App\Http\Requests\RegisterRequest::__construct PHP Méthode

__construct() public méthode

Determine if the user is authorized to make this request.
public __construct ( Illuminate\Http\Request $req ) : boolean
$req Illuminate\Http\Request
Résultat boolean
    public function __construct(InputRequest $req)
    {
        $this->req = $req;
    }