소스 검색

Update Config, bump version for post edit support without having to clear cache

Daniel Supernault 2 년 전
부모
커밋
c0190d8436
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/Util/Site/Config.php

+ 1 - 1
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() {