Skip to content

Commit

Permalink
Update permanent-cache.php
Browse files Browse the repository at this point in the history
  • Loading branch information
markvaneijk authored Dec 5, 2023
1 parent 5e5df5b commit 851a100
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/permanent-cache.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php

return [
'store' => 'file',
'store' => env('PERMANENT_CACHE_STORE', 'file'),
];

0 comments on commit 851a100

Please sign in to comment.