Completed
Push — master ( f1c548...a87a28 )
by Stephen
03:25 queued 01:15
created
src/z1haze/Acl/Models/Permission.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -134,7 +134,7 @@
 block discarded – undo
134 134
     {
135 135
         parent::boot();
136 136
 
137
-        static::deleting(function ($permission) {
137
+        static::deleting(function($permission) {
138 138
             $permission->users()->detach();
139 139
             $permission->level()->dissociate()->save();
140 140
         });
Please login to merge, or discard this patch.
src/z1haze/Acl/Traits/UserAndLevel.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -365,7 +365,7 @@
 block discarded – undo
365 365
 
366 366
         $permissionObjects = $this->buildPermissionsArray($permissions, $action);
367 367
 
368
-        switch($action) {
368
+        switch ($action) {
369 369
             case 'add':
370 370
                 // Add and negate call the same method
371 371
             case 'negate':
Please login to merge, or discard this patch.