PHP Class InfyOm\Generator\Request\APIRequest

Inheritance: extends Illuminate\Foundation\Http\FormRequest
Afficher le fichier Open project: infyomlabs/laravel-generator

Méthodes publiques

Méthode Description
response ( array $errors ) : Response Get the proper failed validation response for the request.

Method Details

response() public méthode

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