Skip to content

Commit

Permalink
🔧 Change default queue connection to sync
Browse files Browse the repository at this point in the history
  • Loading branch information
Log1x committed Apr 2, 2024
1 parent 0416576 commit 2690633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/queue.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
|
*/

'default' => env('QUEUE_CONNECTION', 'database'),
'default' => env('QUEUE_CONNECTION', 'sync'),

/*
|--------------------------------------------------------------------------
Expand Down

0 comments on commit 2690633

Please sign in to comment.