App\Http\Requests\RegisterRequest::__construct PHP Method

__construct() public method

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