|
@@ -105,7 +105,7 @@ |
|
|
block discarded – undo |
|
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
|
} |
Please login to merge, or discard this patch.