Skip to content

Commit 8535f8d

Browse files
author
M_A_X_NSK
committed
Change default cache variable (2)
1 parent d27d805 commit 8535f8d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/installation-setup.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ return [
9797
'enabled' => true,
9898
'directories' => [app_path('Data')],
9999
'cache' => [
100-
'store' => env('CACHE_DRIVER', 'file'),
100+
'store' => env('CACHE_STORE', 'file'),
101101
'prefix' => 'laravel-data',
102102
],
103103
'reflection_discovery' => [

phpunit.xml.dist

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@
3737
<junit outputFile="build/report.junit.xml"/>
3838
</logging>
3939
<php>
40-
<env name="CACHE_DRIVER" value="array"/>
40+
<env name="CACHE_STORE" value="array"/>
4141
</php>
4242
</phpunit>

0 commit comments

Comments
 (0)