Dingo\Api\Routing\Helpers::response PHP Method

response() protected method

Get the response factory instance.
protected response ( ) : Factory
return Dingo\Api\Http\Response\Factory
    protected function response()
    {
        return app(Factory::class);
    }