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

6 lines
64 B
PHP

<?php
return [
'default' => env('CACHE_STORE', 'file'),
];