Browse Source

Add sqs to list of supported drivers

Just forgotten I presume.
Dries Vints 11 years ago
parent
commit
457e76a470
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/config/queue.php

+ 1 - 1
app/config/queue.php

@@ -11,7 +11,7 @@ return array(
 	| 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"
 	|
 	*/