mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-07 21:44:51 +00:00
6 lines
69 B
PHP
6 lines
69 B
PHP
<?php
|
|
|
|
return [
|
|
'default' => env('QUEUE_CONNECTION', 'sync'),
|
|
];
|