@@ -6,7 +6,6 @@ |
||
| 6 | 6 | use NFePHP\NFe\Factories\Contingency; |
| 7 | 7 | use NFePHP\Common\Signer; |
| 8 | 8 | use NFePHP\Common\Keys; |
| 9 | -use NFePHP\Common\UFList; |
|
| 10 | 9 | use DateTime; |
| 11 | 10 | |
| 12 | 11 | class ContingencyNFe |
@@ -19,8 +19,6 @@ |
||
| 19 | 19 | use NFePHP\Common\Strings; |
| 20 | 20 | use NFePHP\Common\Signer; |
| 21 | 21 | use NFePHP\Common\UFList; |
| 22 | -use NFePHP\NFe\Factories\QRCode; |
|
| 23 | -use NFePHP\NFe\Factories\Events; |
|
| 24 | 22 | use NFePHP\NFe\Common\Tools as ToolsCommon; |
| 25 | 23 | use RuntimeException; |
| 26 | 24 | use InvalidArgumentException; |
@@ -15,7 +15,6 @@ |
||
| 15 | 15 | * @link http://github.com/nfephp-org/sped-nfe for the canonical source repository |
| 16 | 16 | */ |
| 17 | 17 | |
| 18 | -use NFePHP\Common\Strings; |
|
| 19 | 18 | use NFePHP\NFe\Make; |
| 20 | 19 | use NFePHP\NFe\Exception\DocumentsException; |
| 21 | 20 | use stdClass; |