From 457e76a470bd0b1df51df116f3c5eaad2a8b7d53 Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Tue, 5 Mar 2013 15:41:03 +0100 Subject: [PATCH] Add sqs to list of supported drivers Just forgotten I presume. --- app/config/queue.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config/queue.php b/app/config/queue.php index 17848306..030c51c6 100644 --- a/app/config/queue.php +++ b/app/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" + | Supported: "sync", "beanstalkd", "sqs" | */