Test Setup Failed
Push — ft/livewire ( c06e2f...aeeaf0 )
by Ben
05:48
created
app/Http/Controllers/Back/Authorization/RoleController.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@
 block discarded – undo
48 48
         $role->givePermissionTo($request->permission_names);
49 49
 
50 50
         return redirect()->route('chief.back.roles.index')
51
-                         ->with('messages.success', 'Rol ' . $role->name . ' is toegevoegd.');
51
+                            ->with('messages.success', 'Rol ' . $role->name . ' is toegevoegd.');
52 52
     }
53 53
 
54 54
     /**
Please login to merge, or discard this patch.