Initial update

This commit is contained in:
zKoz210 2018-11-26 03:25:18 +03:00
parent b60c672afa
commit 0b4b1a3443
9 changed files with 811 additions and 432 deletions

View file

@ -14,7 +14,7 @@ return [
|
*/
'default' => env('QUEUE_DRIVER', 'database'),
'default' => env('QUEUE_CONNECTION', 'database'),
/*
|--------------------------------------------------------------------------