Commit 060938bc authored by Graham Campbell's avatar Graham Campbell

PSR-2

Signed-off-by: 's avatarGraham Campbell <graham@cachethq.io>
parent c77a3892
......@@ -4,7 +4,6 @@ use Illuminate\Bus\Queueable;
abstract class Job
{
/*
|--------------------------------------------------------------------------
| Queueable Jobs
......@@ -17,5 +16,4 @@ abstract class Job
*/
use Queueable;
}
......@@ -26,7 +26,7 @@ return [
|
*/
'default' => env('DB_CONNECTION','mysql'),
'default' => env('DB_CONNECTION', 'mysql'),
/*
|--------------------------------------------------------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment