SG
Size: a a a
SG
🎃
VG
🎃
🎃
SG
AB
AB
SS
return Validator::make($data, [
'email' => ['string', 'email', 'max:255', 'unique:users,id,'.auth()->id()],
//...
]);
MR
🎃
return Validator::make($data, [
'email' => ['string', 'email', 'max:255', 'unique:users,id,'.auth()->id()],
//...
]);
AB
AB
🎃
SS
ПЛ
return Validator::make($data, [
'email' => ['string', 'email', 'max:255', 'unique:users,id,'.auth()->id()],
//...
]);
SG
SG
SG