This commit is contained in:
Taylor Otwell 2015-10-20 13:57:31 -07:00
parent 77c5c1726f
commit 54533fc037
1 changed files with 1 additions and 1 deletions

View File

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