@@ -22,7 +22,7 @@ |
||
22 | 22 | |
23 | 23 | if (is_array($this->items[$key])) { |
24 | 24 | |
25 | - if(!$locale) $locale = app()->getLocale(); |
|
25 | + if (!$locale) $locale = app()->getLocale(); |
|
26 | 26 | |
27 | 27 | if ($this->items[$key] == null || !isset($this->items[$key][$locale])) { |
28 | 28 | return $default; |