Download lucas-simoes / php-nfse / Response.php - Solve class 'Response' not found
This file is part of the package lucas-simoes/php-nfse.
Please go to our download page to download this composer package and to solve the problem class 'Response' not found.
Download lucas-simoes/php-nfse
Class is not correct?
Search class Response
<?php
namespace NFePHP\NFSe\Counties\M4106902;
/**
* Classe para extração dos dados retornados pelos webservices da
* Cidade de Curitiba PR conforme o modelo Abrasf
*
* @category NFePHP
* @package NFePHP\NFSe\Counties\M4106902\Response
* @copyright NFePHP Copyright (c) 2016
* @license http://www.gnu.org/licenses/lgpl.txt LGPLv3+
* @license https://opensource.org/licenses/MIT MIT
* @license http://www.gnu.org/licenses/gpl.txt GPLv3+
* @author Maykon da S. de Siqueira <maykon at multilig dot com dot br>
* @link http://github.com/nfephp-org/sped-nfse for the canonical source repository
*/
use NFePHP\NFSe\Models\Abrasf\Factories\v100\Response as ResponseModel;
class Response extends ResponseModel
{
}