Taylor Otwell 8 years ago
parent
commit
54533fc037
1 changed files with 1 additions and 1 deletions
  1. 1 1
      config/queue.php

+ 1 - 1
config/queue.php

@@ -88,7 +88,7 @@ return [
 
     'failed' => [
         'database'  => env('DB_CONNECTION', 'mysql'),
-        'table'     => 'failed_jobs',
+        'table' => 'failed_jobs',
     ],
 
 ];