We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e4df0f commit be981beCopy full SHA for be981be
src/Setting/Setting.php
@@ -165,7 +165,7 @@ private function hasByKey($key)
165
$setting = static::getSubValue($key);
166
return (empty($setting)) ? false : true;
167
} else {
168
- if (Cache::has(key.'@'.$this->lang)) {
+ if (Cache::has($key.'@'.$this->lang)) {
169
$setting = Cache::get($key.'@'.$this->lang);
170
171
$setting = Storage::retrieve($key, $this->lang);
0 commit comments