Skip to content

Commit

Permalink
Update ApiAdminUsersController.php
Browse files Browse the repository at this point in the history
  • Loading branch information
ok200paul committed Oct 22, 2024
1 parent d2c8fb0 commit 0d12b68
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ public function store(): JsonResponse
'email' => [
'required',
'email',
'email:rfc,dns'
],
'current_team_id' => [
'sometimes',
Expand Down

0 comments on commit 0d12b68

Please sign in to comment.