Tweak some jobs and names.

This commit is contained in:
Taylor Otwell
2015-02-20 20:49:06 -06:00
parent d2d9c79e4f
commit 1500a18696
9 changed files with 10 additions and 71 deletions

7
app/Jobs/Job.php Normal file
View File

@@ -0,0 +1,7 @@
<?php namespace App\Jobs;
abstract class Job {
//
}