Commit 45f4de14 authored by Taylor Otwell's avatar Taylor Otwell

Merge pull request #1721 from zackkitzmiller/patch-1

Default queue should be synchronous.
parents 79d18a31 69911f29
...@@ -15,7 +15,7 @@ return array( ...@@ -15,7 +15,7 @@ return array(
| |
*/ */
'default' => 'sqs', 'default' => 'sync',
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------
...@@ -50,4 +50,4 @@ return array( ...@@ -50,4 +50,4 @@ return array(
), ),
); );
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment