@@ -14,9 +14,8 @@ |
||
| 14 | 14 | * @link http://github.com/nfephp-org/nfephp for the canonical source repository |
| 15 | 15 | */ |
| 16 | 16 | |
| 17 | -use NFePHP\Common\Strings\Strings; |
|
| 18 | 17 | use NFePHP\Common\Exception; |
| 19 | -use NFePHP\NFe\Make; |
|
| 18 | +use NFePHP\Common\Strings\Strings; |
|
| 20 | 19 | |
| 21 | 20 | class Convert |
| 22 | 21 | { |
@@ -13,11 +13,11 @@ |
||
| 13 | 13 | * @link http://github.com/nfephp-org/nfephp for the canonical source repository |
| 14 | 14 | */ |
| 15 | 15 | |
| 16 | -use NFePHP\Common\Dom\Dom; |
|
| 17 | -use NFePHP\Common\DateTime\DateTime; |
|
| 16 | +use Html2Text\Html2Text; |
|
| 18 | 17 | use NFePHP\Common\Base\BaseMail; |
| 18 | +use NFePHP\Common\DateTime\DateTime; |
|
| 19 | +use NFePHP\Common\Dom\Dom; |
|
| 19 | 20 | use NFePHP\Common\Exception; |
| 20 | -use Html2Text\Html2Text; |
|
| 21 | 21 | use \DOMDocument; |
| 22 | 22 | |
| 23 | 23 | class Mail extends BaseMail |
@@ -23,8 +23,8 @@ |
||
| 23 | 23 | * E pelas NT 2015.001, 2015.002, 2015.003 |
| 24 | 24 | */ |
| 25 | 25 | |
| 26 | -use NFePHP\Common\DateTime\DateTime; |
|
| 27 | 26 | use NFePHP\Common\Base\BaseMake; |
| 27 | +use NFePHP\Common\DateTime\DateTime; |
|
| 28 | 28 | use NFePHP\Common\Exception\RuntimeException; |
| 29 | 29 | use \DOMDocument; |
| 30 | 30 | use \DOMElement; |
@@ -15,15 +15,13 @@ |
||
| 15 | 15 | |
| 16 | 16 | use NFePHP\Common\Base\BaseTools; |
| 17 | 17 | use NFePHP\Common\DateTime\DateTime; |
| 18 | +use NFePHP\Common\Dom\Dom; |
|
| 19 | +use NFePHP\Common\Dom\ValidXsd; |
|
| 20 | +use NFePHP\Common\Exception; |
|
| 21 | +use NFePHP\Common\Files; |
|
| 18 | 22 | use NFePHP\Common\LotNumber\LotNumber; |
| 19 | 23 | use NFePHP\Common\Strings\Strings; |
| 20 | -use NFePHP\Common\Files; |
|
| 21 | -use NFePHP\Common\Exception; |
|
| 22 | -use NFePHP\Common\Dom\Dom; |
|
| 23 | -use NFePHP\NFe\Auxiliar\Response; |
|
| 24 | -use NFePHP\NFe\Mail; |
|
| 25 | 24 | use NFePHP\NFe\Auxiliar\IdentifyNFe; |
| 26 | -use NFePHP\Common\Dom\ValidXsd; |
|
| 27 | 25 | |
| 28 | 26 | if (!defined('NFEPHP_ROOT')) { |
| 29 | 27 | define('NFEPHP_ROOT', dirname(dirname(dirname(__FILE__)))); |