From 372a6d4907d5bed1e68dbe447f9baa8045cfdd80 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Tue, 25 Nov 2014 09:31:10 -0600 Subject: [PATCH] List null driver in list of queue drivers. --- config/queue.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/queue.php b/config/queue.php index 0d5949da..f09c3dde 100755 --- a/config/queue.php +++ b/config/queue.php @@ -11,7 +11,7 @@ | API, giving you convenient access to each back-end using the same | syntax for each one. Here you may set the default queue driver. | - | Supported: "sync", "beanstalkd", "sqs", "iron", "redis" + | Supported: "null", "sync", "beanstalkd", "sqs", "iron", "redis" | */