Completed
Pull Request — master (#24)
by
unknown
21:27
created
Repositories/Cache/CacheTranslationDecorator.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,7 @@
 block discarded – undo
22 22
     {
23 23
         $cleanKey = $this->cleanKey($key);
24 24
 
25
-	$locale = $locale ?: app()->getLocale();
25
+    $locale = $locale ?: app()->getLocale();
26 26
 
27 27
         return $this->cache
28 28
             ->tags($this->entityName, 'global')
Please login to merge, or discard this patch.