PHP 클래스 InfyOm\Generator\Request\APIRequest

상속: extends Illuminate\Foundation\Http\FormRequest
파일 보기 프로젝트 열기: infyomlabs/laravel-generator

공개 메소드들

메소드 설명
response ( array $errors ) : Response Get the proper failed validation response for the request.

메소드 상세

response() 공개 메소드

Get the proper failed validation response for the request.
public response ( array $errors ) : Response
$errors array
리턴 Symfony\Component\HttpFoundation\Response