Skip to content

Commit

Permalink
Merge pull request #495 from OpenSynergic/fix--required-to-select-rol…
Browse files Browse the repository at this point in the history
…e-when-registering

fix: required to select role when registering
  • Loading branch information
rahmanramsi authored Jan 15, 2025
2 parents 3bda7e9 + 9478a0e commit 1b36ede
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 1b36ede

Please sign in to comment.