6 lines
172 B
Plaintext
6 lines
172 B
Plaintext
$validator = $this->getValidator($request);
|
|
|
|
if ($validator->fails()) {
|
|
return $this->errorResponse($validator->errors()->all());
|
|
}
|