We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a174e9 commit c34b3a1Copy full SHA for c34b3a1
config/wireuse.php
@@ -49,7 +49,7 @@
49
'scout' => [
50
'enabled' => env('WIREUSE_SCOUT_ENABLED', false),
51
52
- 'cache_store' => env('WIREUSE_CACHE_STORE', null),
+ 'cache_store' => env('WIREUSE_CACHE_STORE', false),
53
54
'cache_lifetime' => (int) env('WIREUSE_CACHE_LIFETIME', 60 * 60 * 24 * 7),
55
],
0 commit comments