Signed-off-by: Graham Campbell <[email protected]>
This commit is contained in:
Graham Campbell
2015-06-01 15:46:32 +01:00
parent c77a389277
commit 060938bc66
2 changed files with 1 additions and 3 deletions
-2
View File
@@ -4,7 +4,6 @@ use Illuminate\Bus\Queueable;
abstract class Job
{
/*
|--------------------------------------------------------------------------
| Queueable Jobs
@@ -17,5 +16,4 @@ abstract class Job
*/
use Queueable;
}