Merge pull request #1721 from zackkitzmiller/patch-1

Default queue should be synchronous.
This commit is contained in:
Taylor Otwell
2013-02-25 12:55:21 -08:00

View File

@@ -15,7 +15,7 @@ return array(
| |
*/ */
'default' => 'sqs', 'default' => 'sync',
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------
@@ -50,4 +50,4 @@ return array(
), ),
); );