Skip to content

Commit

Permalink
Change default cache variable (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
M_A_X_NSK committed Mar 21, 2024
1 parent d27d805 commit 8535f8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/installation-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ return [
'enabled' => true,
'directories' => [app_path('Data')],
'cache' => [
'store' => env('CACHE_DRIVER', 'file'),
'store' => env('CACHE_STORE', 'file'),
'prefix' => 'laravel-data',
],
'reflection_discovery' => [
Expand Down
2 changes: 1 addition & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@
<junit outputFile="build/report.junit.xml"/>
</logging>
<php>
<env name="CACHE_DRIVER" value="array"/>
<env name="CACHE_STORE" value="array"/>
</php>
</phpunit>

0 comments on commit 8535f8d

Please sign in to comment.