Completed
Branch feature/pre-split (afd44c)
by Anton
07:02
created
source/Spiral/Security/Traits/GuardedTrait.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -89,7 +89,7 @@
 block discarded – undo
89 89
     {
90 90
         if (defined('self::GUARD_NAMESPACE')) {
91 91
             //Yay! Isolation
92
-            $permission = constant(get_called_class() . '::' . 'GUARD_NAMESPACE') . '.' . $permission;
92
+            $permission = constant(get_called_class().'::'.'GUARD_NAMESPACE').'.'.$permission;
93 93
         }
94 94
 
95 95
         return $permission;
Please login to merge, or discard this patch.