@@ -13,14 +13,13 @@ |
||
13 | 13 | * @author Roberto L. Machado <linux.rlm at gmail dot com> |
14 | 14 | */ |
15 | 15 | |
16 | +use NFePHP\CTe\Auxiliar\IdentifyCTe; |
|
17 | +use NFePHP\CTe\Auxiliar\Response; |
|
16 | 18 | use NFePHP\Common\Base\BaseTools; |
19 | +use NFePHP\Common\Dom\ValidXsd; |
|
20 | +use NFePHP\Common\Exception; |
|
17 | 21 | use NFePHP\Common\LotNumber\LotNumber; |
18 | 22 | use NFePHP\Common\Strings\Strings; |
19 | -use NFePHP\Common\Files; |
|
20 | -use NFePHP\Common\Exception; |
|
21 | -use NFePHP\CTe\Auxiliar\Response; |
|
22 | -use NFePHP\CTe\Auxiliar\IdentifyCTe; |
|
23 | -use NFePHP\Common\Dom\ValidXsd; |
|
24 | 23 | |
25 | 24 | if (!defined('NFEPHP_ROOT')) { |
26 | 25 | define('NFEPHP_ROOT', dirname(dirname(__FILE__))); |