Files
InvoiceShelf/config/cache.php
T

6 lines
64 B
PHP

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