Files
InvoiceShelf/config/queue.php
T

6 lines
69 B
PHP

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