Synced config with laravel/laravel

This commit is contained in:
Graham Campbell
2015-10-30 18:24:15 +00:00
parent c354c7cc3d
commit 4ab6cd5b1b
4 changed files with 13 additions and 8 deletions

View File

@@ -96,7 +96,8 @@ return [
*/
'failed' => [
'database' => 'mysql', 'table' => 'failed_jobs',
'database' => env('DB_DRIVER', 'sqlite'),
'table' => 'failed_jobs',
],
];