更新 config/queue.php

修改类型
This commit is contained in:
mkm 2023-09-19 16:50:48 +08:00
parent ca3a56890f
commit d21c7a5b59

View File

@ -10,7 +10,7 @@
// +---------------------------------------------------------------------- // +----------------------------------------------------------------------
return [ return [
'default' => 'redis', 'default' => env('redis.queue'),
'connections' => [ 'connections' => [
'sync' => [ 'sync' => [
'type' => 'sync', 'type' => 'sync',