@@ -13,11 +13,11 @@ |
||
| 13 | 13 | * @link http://github.com/nfephp-org/sped-efinanceira for the canonical source repository |
| 14 | 14 | */ |
| 15 | 15 | |
| 16 | +use InvalidArgumentException; |
|
| 16 | 17 | use NFePHP\Common\Base\BaseMake; |
| 17 | 18 | use NFePHP\Common\Certificate\Pkcs12; |
| 18 | -use NFePHP\Common\Files\FilesFolders; |
|
| 19 | 19 | use NFePHP\Common\Dom\ValidXsd; |
| 20 | -use InvalidArgumentException; |
|
| 20 | +use NFePHP\Common\Files\FilesFolders; |
|
| 21 | 21 | |
| 22 | 22 | abstract class Factory extends BaseMake |
| 23 | 23 | { |
@@ -13,13 +13,12 @@ |
||
| 13 | 13 | * @link http://github.com/nfephp-org/sped-efinanceira for the canonical source repository |
| 14 | 14 | */ |
| 15 | 15 | |
| 16 | +use InvalidArgumentException; |
|
| 16 | 17 | use NFePHP\Common\Certificate\Pkcs12; |
| 17 | 18 | use NFePHP\Common\DateTime\DateTime; |
| 18 | -use NFePHP\Common\Dom\Dom; |
|
| 19 | -use NFePHP\Common\Soap\CurlSoap; |
|
| 20 | 19 | use NFePHP\Common\Files; |
| 20 | +use NFePHP\Common\Soap\CurlSoap; |
|
| 21 | 21 | use RuntimeException; |
| 22 | -use InvalidArgumentException; |
|
| 23 | 22 | |
| 24 | 23 | class Tools |
| 25 | 24 | { |