From d1adbf94591b83814af853d8baa33379f9129033 Mon Sep 17 00:00:00 2001 From: Ramanpreet Singh Date: Sun, 25 Feb 2018 00:03:03 +0530 Subject: [PATCH] typo fix --- config/laravel-model-caching.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/laravel-model-caching.php b/config/laravel-model-caching.php index e6530b3..69e12ac 100644 --- a/config/laravel-model-caching.php +++ b/config/laravel-model-caching.php @@ -3,7 +3,7 @@ return [ 'cache-prefix' => '', - 'disabled' => env('MODEL_CACHE_STORE', false), + 'disabled' => env('MODEL_CACHE_DISABLED', false), 'store' => env('MODEL_CACHE_STORE'), ];