Passed
Push — ft/package ( 5ee474...180175 )
by Philippe
05:16 queued 12s
created
app/Http/Controllers/Back/Authorization/RoleController.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@
 block discarded – undo
42 42
         $role->givePermissionTo($request->permission_names);
43 43
 
44 44
         return redirect()->route('chief.back.roles.index')
45
-                         ->with('messages.success', 'Rol '. $role->name.' is toegevoegd.');
45
+                            ->with('messages.success', 'Rol '. $role->name.' is toegevoegd.');
46 46
     }
47 47
 
48 48
     public function edit($id)
Please login to merge, or discard this patch.
app/Exceptions/Handler.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -61,7 +61,7 @@
 block discarded – undo
61 61
     protected function unauthorized($request, AuthorizationException $exception)
62 62
     {
63 63
         return redirect()->route('chief.back.dashboard')
64
-                         ->with('messages.error', 'Oeps. Het lijkt erop dat je geen toegang hebt tot dit deel van chief. Vraag even de beheerder voor meer info.');
64
+                            ->with('messages.error', 'Oeps. Het lijkt erop dat je geen toegang hebt tot dit deel van chief. Vraag even de beheerder voor meer info.');
65 65
     }
66 66
 
67 67
     /**
Please login to merge, or discard this patch.