From c0190d84360c1564b6e407674a7fd5f787139142 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Thu, 25 May 2023 02:03:59 -0600 Subject: [PATCH] Update Config, bump version for post edit support without having to clear cache --- app/Util/Site/Config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Util/Site/Config.php b/app/Util/Site/Config.php index dc77eda0b..90631159f 100644 --- a/app/Util/Site/Config.php +++ b/app/Util/Site/Config.php @@ -7,7 +7,7 @@ use Illuminate\Support\Str; class Config { - const CACHE_KEY = 'api:site:configuration:_v0.7'; + const CACHE_KEY = 'api:site:configuration:_v0.8'; public static function get() { return Cache::remember(self::CACHE_KEY, 900, function() {