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 abstract class Job
{ {
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------
| Queueable Jobs | Queueable Jobs
@@ -17,5 +16,4 @@ abstract class Job
*/ */
use Queueable; use Queueable;
} }
+1 -1
View File
@@ -26,7 +26,7 @@ return [
| |
*/ */
'default' => env('DB_CONNECTION','mysql'), 'default' => env('DB_CONNECTION', 'mysql'),
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------