@@ -105,7 +105,7 @@ |
||
105 | 105 | if (!$this->cacheEnabled) { |
106 | 106 | $translations = $this->loadCombinedTranslations($locale, $group, $namespace); |
107 | 107 | } else { |
108 | - $translations = $this->cache->remember($cacheKey, 1440, function () use ($locale, $namespace, $group) { |
|
108 | + $translations = $this->cache->remember($cacheKey, 1440, function() use ($locale, $namespace, $group) { |
|
109 | 109 | return $this->loadCombinedTranslations($locale, $group, $namespace); |
110 | 110 | }); |
111 | 111 | } |