From 80590888dfa46997159c305c4d33b71e8ddc5a98 Mon Sep 17 00:00:00 2001 From: shibafu Date: Sat, 23 May 2020 22:31:17 +0900 Subject: [PATCH] QUEUE_CONNECTION -> QUEUE_DRIVER (revert) --- config/queue.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/queue.php b/config/queue.php index 07c7d2a..ef4720a 100644 --- a/config/queue.php +++ b/config/queue.php @@ -13,7 +13,7 @@ return [ | */ - 'default' => env('QUEUE_CONNECTION', 'sync'), + 'default' => env('QUEUE_DRIVER', 'sync'), /* |--------------------------------------------------------------------------