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'), /* |--------------------------------------------------------------------------