Merge pull request #1765 from driesvints/develop

Add sqs to list of supported drivers
This commit is contained in:
Taylor Otwell
2013-03-05 06:42:47 -08:00

View File

@@ -11,7 +11,7 @@ return array(
| API, giving you convenient access to each back-end using the same | API, giving you convenient access to each back-end using the same
| syntax for each one. Here you may set the default queue driver. | syntax for each one. Here you may set the default queue driver.
| |
| Supported: "sync", "beanstalkd" | Supported: "sync", "beanstalkd", "sqs"
| |
*/ */