Skip to content

Commit a1b5a13

Browse files
authored
Merge pull request #89 from rssawhney/typo-fix
typo fix in config/laravel-model-caching.php
2 parents 5638938 + d1adbf9 commit a1b5a13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/laravel-model-caching.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
return [
44
'cache-prefix' => '',
55

6-
'disabled' => env('MODEL_CACHE_STORE', false),
6+
'disabled' => env('MODEL_CACHE_DISABLED', false),
77

88
'store' => env('MODEL_CACHE_STORE'),
99
];

0 commit comments

Comments
 (0)