]> BookStack Code Mirror - bookstack/blobdiff - app/Settings/SettingService.php
Merge branch 'master' into 2019-design
[bookstack] / app / Settings / SettingService.php
index 42a3810608750c9afbdf4e3352c29350d9511d4d..663a6ae3275954a2fa944c3d80fa07d832861038 100644 (file)
@@ -41,6 +41,7 @@ class SettingService
         if ($default === false) {
             $default = config('setting-defaults.' . $key, false);
         }
+
         if (isset($this->localCache[$key])) {
             return $this->localCache[$key];
         }