forked from aslan/applicant-site
prodV1 #2
|
@ -22,7 +22,7 @@ class UpdateFacultyRequest extends FormRequest
|
||||||
'required',
|
'required',
|
||||||
'string',
|
'string',
|
||||||
'max:255',
|
'max:255',
|
||||||
"unique:educational_institutions,name,{$this->faculty->id}",
|
"unique:faculties,name,{$this->faculty->id}",
|
||||||
],
|
],
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue