Delete a rule that was breaking validation
This commit is contained in:
@@ -454,7 +454,6 @@ class UsersController extends Controller
|
||||
// Check if the request has groups passed and has a value
|
||||
if ($request->filled('groups')) {
|
||||
$validator = Validator::make($request->all(), [
|
||||
'groups' => 'integer|exists:permission_groups,id',
|
||||
'groups.*' => 'integer|exists:permission_groups,id',
|
||||
]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user