Completed
Push — master ( cf61ee...1444c2 )
by Philipp
02:57
created
src/Localization/Localization.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -67,7 +67,9 @@
 block discarded – undo
67 67
      */
68 68
     public static function domain(): string
69 69
     {
70
-        if ($domain = Config::domain()) return $domain;
70
+        if ($domain = Config::domain()) {
71
+            return $domain;
72
+        }
71 73
 
72 74
         return self::extractDomain();
73 75
     }
Please login to merge, or discard this patch.