@@ -14,10 +14,6 @@ |
||
| 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 | -use NFePHP\Common\Exception; |
|
| 19 | -use NFePHP\CTe\Make; |
|
| 20 | - |
|
| 21 | 17 | class Convert |
| 22 | 18 | { |
| 23 | 19 | protected $limparString = true; |
@@ -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 |
@@ -18,16 +18,16 @@ |
||
| 18 | 18 | * Samuel M Basso <samuelbasso at gmail do com> |
| 19 | 19 | */ |
| 20 | 20 | |
| 21 | +use NFePHP\CTe\Auxiliar\IdentifyCTe; |
|
| 22 | +use NFePHP\CTe\Auxiliar\Response; |
|
| 21 | 23 | use NFePHP\Common\Base\BaseTools; |
| 24 | +use NFePHP\Common\DateTime\DateTime; |
|
| 25 | +use NFePHP\Common\Dom\Dom; |
|
| 26 | +use NFePHP\Common\Dom\ValidXsd; |
|
| 27 | +use NFePHP\Common\Exception; |
|
| 28 | +use NFePHP\Common\Files; |
|
| 22 | 29 | use NFePHP\Common\LotNumber\LotNumber; |
| 23 | 30 | use NFePHP\Common\Strings\Strings; |
| 24 | -use NFePHP\Common\Files; |
|
| 25 | -use NFePHP\Common\Exception; |
|
| 26 | -use NFePHP\CTe\Auxiliar\Response; |
|
| 27 | -use NFePHP\CTe\Auxiliar\IdentifyCTe; |
|
| 28 | -use NFePHP\Common\Dom\ValidXsd; |
|
| 29 | -use NFePHP\Common\Dom\Dom; |
|
| 30 | -use NFePHP\Common\DateTime\DateTime; |
|
| 31 | 31 | |
| 32 | 32 | if (!defined('NFEPHP_ROOT')) { |
| 33 | 33 | define('NFEPHP_ROOT', dirname(dirname(__FILE__))); |