Skip to content

Commit

Permalink
Added backward compatibility with the old env key
Browse files Browse the repository at this point in the history
  • Loading branch information
M_A_X_NSK committed Mar 28, 2024
1 parent 8535f8d commit 15c1fbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/data.php
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
'enabled' => true,
'directories' => [app_path('Data')],
'cache' => [
'store' => env('CACHE_STORE', 'file'),
'store' => env('CACHE_STORE', env('CACHE_DRIVER', 'file')),
'prefix' => 'laravel-data',
'duration' => null,
],
Expand Down

0 comments on commit 15c1fbe

Please sign in to comment.