Skip to content

Commit

Permalink
Corrects the array key for the major field
Browse files Browse the repository at this point in the history
  • Loading branch information
betsyecastro committed Oct 10, 2024
1 parent 6180385 commit d0f1608
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Http/Requests/StudentUpdateRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ public function rules(): array
'integer',
Rule::exists('profiles', 'id')->where('public', 1),
],
'research_profile.major' => 'required',
'research_profile.brief_intro' => [
'required',
'string',
Expand Down

0 comments on commit d0f1608

Please sign in to comment.