From 740a9517aba1ca0c5dbc2603bef0cdcf34c12263 Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Tue, 14 May 2019 01:07:01 -0500 Subject: [PATCH] queue settings' --- config/queue.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/queue.php b/config/queue.php index 19b97d354..37018d028 100644 --- a/config/queue.php +++ b/config/queue.php @@ -13,7 +13,7 @@ return [ | */ - 'default' => env('QUEUE_CONNECTION', 'database'), + 'default' => env('QUEUE_CONNECTION', 'redis'), /* |--------------------------------------------------------------------------