@@ -34,7 +34,7 @@ |
||
34 | 34 | public function getSettingsValue(): array |
35 | 35 | { |
36 | 36 | if (config('model_settings.settings_table_use_cache')) { |
37 | - return cache()->rememberForever($this->getSettingsCacheKey(), function () { |
|
37 | + return cache()->rememberForever($this->getSettingsCacheKey(), function() { |
|
38 | 38 | return $this->__getSettingsValue(); |
39 | 39 | }); |
40 | 40 | } |