mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-09-05 23:01:07 +00:00
Add default cache and queue configs
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'default' => env('CACHE_STORE', 'file'),
|
||||
];
|
||||
Reference in New Issue
Block a user