#107 - bump laravel (#111)

This commit is contained in:
Adrian Hopek
2022-04-07 08:45:04 +02:00
committed by GitHub
parent 6af4380fe6
commit 84403a762a
6 changed files with 69 additions and 69 deletions

View File

@@ -3,7 +3,7 @@
declare(strict_types=1);
return [
"default" => env("QUEUE_CONNECTION", "sync"),
"default" => env("QUEUE_CONNECTION", "redis"),
"connections" => [
"sync" => [
"driver" => "sync",