Skip to content

Commit

Permalink
fix: required to select role when registering
Browse files Browse the repository at this point in the history
  • Loading branch information
rahmanramsi committed Jan 15, 2025
1 parent 3bda7e9 commit 9478a0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Frontend/ScheduledConference/Pages/Register.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ public function rules()
];

$rules['selfAssignRoles'] = [
'array',
'array', 'required',
];

return $rules;
Expand Down

0 comments on commit 9478a0e

Please sign in to comment.