From d21c7a5b5907d5531f6c93110d48044fc5f33f55 Mon Sep 17 00:00:00 2001 From: mkm <727897186@qq.com> Date: Tue, 19 Sep 2023 16:50:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20config/queue.php?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修改类型 --- config/queue.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/queue.php b/config/queue.php index f89557afd..fd5b6a064 100644 --- a/config/queue.php +++ b/config/queue.php @@ -10,7 +10,7 @@ // +---------------------------------------------------------------------- return [ - 'default' => 'redis', + 'default' => env('redis.queue'), 'connections' => [ 'sync' => [ 'type' => 'sync',