From f8148e7ccd3e7bac2bad8dde1215b595e30e971c Mon Sep 17 00:00:00 2001 From: Joe Cohen Date: Sun, 18 Jan 2015 23:07:32 -0600 Subject: [PATCH] Typo --- config/queue.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/queue.php b/config/queue.php index 5f1f1c09..9c39a136 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: "null", "sync", "database", beanstalkd", + | Supported: "null", "sync", "database", "beanstalkd", | "sqs", "iron", "redis" | */