Example #1
0
 protected function sendWithErrors($errors, $status = Response::HTTP_BAD_REQUEST)
 {
     return Response::sendJsonWithErrors($errors, $status);
 }