Y
Size: a a a
Y
РИ
З
РИ
SS
РИ
РИ
З
З
З
$validator = Validator::make(request()->all(), [
'people_name' => [
'required',
Rule::unique('movie_participates')->where(function ($query) {
$query->where('movie_id', request()->input('movie_id'));
$query->where('people_id', request()->input('people_id'));
$query->where('occupation_id', request()->input('occupation_id'));
}),
],
]);
РИ
З
РИ
РИ
З
РИ
РИ
З
З