@@ -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 | { |