mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-06-06 10:28:59 +00:00
6 lines
64 B
PHP
6 lines
64 B
PHP
<?php
|
|
|
|
return [
|
|
'default' => env('CACHE_STORE', 'file'),
|
|
];
|