@@ -2,7 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace NFePHP\CTe; |
4 | 4 | |
5 | -use NFePHP\Common\Strings; |
|
6 | 5 | use NFePHP\CTe\Common\Standardize; |
7 | 6 | use NFePHP\CTe\Exception\DocumentsException; |
8 | 7 | use DOMDocument; |
@@ -16,7 +16,6 @@ |
||
16 | 16 | * @link http://github.com/nfephp-org/sped-nfe for the canonical source repository |
17 | 17 | */ |
18 | 18 | |
19 | -use NFePHP\Common\Strings; |
|
20 | 19 | use NFePHP\CTe\Make; |
21 | 20 | use NFePHP\CTe\Exception\DocumentsException; |
22 | 21 | use stdClass; |
@@ -19,7 +19,6 @@ |
||
19 | 19 | use NFePHP\Common\Strings; |
20 | 20 | use NFePHP\Common\Signer; |
21 | 21 | use NFePHP\Common\UFList; |
22 | -use NFePHP\CTe\Factories\Events; |
|
23 | 22 | use NFePHP\CTe\Common\Tools as ToolsCommon; |
24 | 23 | use RuntimeException; |
25 | 24 | use InvalidArgumentException; |