diff --git a/app/config/queue.php b/app/config/queue.php index ea05a839..17848306 100644 --- a/app/config/queue.php +++ b/app/config/queue.php @@ -15,7 +15,7 @@ | */ - 'default' => 'sqs', + 'default' => 'sync', /* |-------------------------------------------------------------------------- @@ -50,4 +50,4 @@ ), -); \ No newline at end of file +);