Browse Source

PSR-2

Signed-off-by: Graham Campbell <graham@cachethq.io>
Graham Campbell 9 years ago
parent
commit
060938bc66
2 changed files with 1 additions and 3 deletions
  1. 0 2
      app/Jobs/Job.php
  2. 1 1
      config/database.php

+ 0 - 2
app/Jobs/Job.php

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

+ 1 - 1
config/database.php

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