Skip to content

Commit 961a0a4

Browse files
committed
Merge pull request #26 from DraperStudio/master
Rename Command.php to Job.php
2 parents 5c9d212 + 07e2f61 commit 961a0a4

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

app/Jobs/Command.php

Lines changed: 0 additions & 8 deletions
This file was deleted.

app/Jobs/Job.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?php
2+
3+
namespace App\Jobs;
4+
5+
abstract class Job
6+
{
7+
//
8+
}

0 commit comments

Comments
 (0)