Signed-off-by: Graham Campbell <graham@cachethq.io>
This commit is contained in:
Graham Campbell 2015-06-01 15:40:45 +01:00
parent c77a389277
commit 060938bc66
2 changed files with 1 additions and 3 deletions

View File

@ -4,7 +4,6 @@
abstract class Job
{
/*
|--------------------------------------------------------------------------
| Queueable Jobs
@ -17,5 +16,4 @@ abstract class Job
*/
use Queueable;
}

View File

@ -26,7 +26,7 @@
|
*/
'default' => env('DB_CONNECTION','mysql'),
'default' => env('DB_CONNECTION', 'mysql'),
/*
|--------------------------------------------------------------------------