prodV1 #2

Open
RomanGolienko wants to merge 309 commits from prodV1 into main
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 295d7a5711 - Show all commits

View File

@ -22,7 +22,7 @@ class UpdateFacultyRequest extends FormRequest
'required',
'string',
'max:255',
"unique:educational_institutions,name,{$this->faculty->id}",
"unique:faculties,name,{$this->faculty->id}",
],
];
}