Update Laravel to v6
This commit is contained in:
parent
6d2b4d55ee
commit
ec01b3c6a2
24 changed files with 515 additions and 545 deletions
|
@ -46,6 +46,7 @@ return [
|
|||
'host' => 'localhost',
|
||||
'queue' => 'default',
|
||||
'retry_after' => 90,
|
||||
'block_for' => 0,
|
||||
],
|
||||
|
||||
'sqs' => [
|
||||
|
@ -79,6 +80,7 @@ return [
|
|||
*/
|
||||
|
||||
'failed' => [
|
||||
'driver' => env('QUEUE_FAILED_DRIVER', 'database'),
|
||||
'database' => env('DB_CONNECTION', 'mysql'),
|
||||
'table' => 'failed_jobs',
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue