From e412f6c007840a1652e77c5cfa994b6b84d16351 Mon Sep 17 00:00:00 2001 From: Leon Jacobs Date: Tue, 6 Oct 2015 13:55:18 +0200 Subject: [PATCH] Set default queue driver --- config/queue.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/queue.php b/config/queue.php index dd2f960..2778bf7 100644 --- a/config/queue.php +++ b/config/queue.php @@ -16,7 +16,7 @@ | */ - 'default' => env('QUEUE_DRIVER', 'database'), + 'default' => env('QUEUE_DRIVER', 'redis'), /* |--------------------------------------------------------------------------