Files
InvoiceShelf/config/queue.php
2024-07-17 11:32:42 +02:00

6 lines
69 B
PHP

<?php
return [
'default' => env('QUEUE_CONNECTION', 'sync'),
];