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.
2 parents 5638938 + d1adbf9 commit a1b5a13Copy full SHA for a1b5a13
config/laravel-model-caching.php
@@ -3,7 +3,7 @@
3
return [
4
'cache-prefix' => '',
5
6
- 'disabled' => env('MODEL_CACHE_STORE', false),
+ 'disabled' => env('MODEL_CACHE_DISABLED', false),
7
8
'store' => env('MODEL_CACHE_STORE'),
9
];
0 commit comments