Skip to content

Commit

Permalink
Revert "Remove cache config file"
Browse files Browse the repository at this point in the history
Temporarily reverts #872
  • Loading branch information
caendesilva committed Feb 9, 2023
1 parent f614b94 commit c0ee9ae
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions config/cache.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?php

return [
'default' => 'file',

'stores' => [
'file' => [
'driver' => 'file',
'path' => storage_path('framework/cache/data'),
],
],
];

0 comments on commit c0ee9ae

Please sign in to comment.