This commit is contained in:
frederikpyt
2020-08-06 08:37:28 +02:00
5 changed files with 84 additions and 21 deletions
@@ -381,7 +381,7 @@ class UserController extends Controller
foreach ($roles as $role) {
if($user->hasRole($role)) {
array_push($users, $user);
break 1;
break 2;
}
}
}