Update Dashboard Layout
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
$validator = $this->getValidator($request);
|
||||
|
||||
if ($validator->fails()) {
|
||||
return $this->errorResponse($validator->errors()->all());
|
||||
}
|
||||
Reference in New Issue
Block a user