Skip to content

Commit d1adbf9

Browse files
committed
typo fix
1 parent 5638938 commit d1adbf9

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)