Completed
Push — master ( 39aa91...270cc6 )
by Mahmoud
03:23
created
app/Containers/Authorization/Tasks/AssignRoleTask.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -43,7 +43,7 @@
 block discarded – undo
43 43
                 $this->attachRole($user, $role);
44 44
             }
45 45
 
46
-        }else{
46
+        } else{
47 47
             $this->attachRole($user, $roles);
48 48
         }
49 49
 
Please login to merge, or discard this patch.
app/Containers/Authorization/Tasks/AttachPermissionsToRoleTask.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -43,7 +43,7 @@
 block discarded – undo
43 43
                 $this->attachRole($user, $role);
44 44
             }
45 45
 
46
-        }else{
46
+        } else{
47 47
             $this->attachRole($user, $roles);
48 48
         }
49 49
 
Please login to merge, or discard this patch.
app/Containers/Application/Middlewares/ApplicationAuthentication.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -43,7 +43,7 @@
 block discarded – undo
43 43
                 $this->attachRole($user, $role);
44 44
             }
45 45
 
46
-        }else{
46
+        } else{
47 47
             $this->attachRole($user, $roles);
48 48
         }
49 49
 
Please login to merge, or discard this patch.