Laravel 5.7
This commit is contained in:
@@ -37,7 +37,7 @@ return [
|
||||
'database' => [
|
||||
'driver' => 'database',
|
||||
'table' => 'jobs',
|
||||
'queue' => 'default',
|
||||
'queue' => env('REDIS_QUEUE', 'default'),
|
||||
'retry_after' => 90,
|
||||
],
|
||||
|
||||
|
Reference in New Issue
Block a user