@@ -22,10 +22,9 @@ |
||
| 22 | 22 | * |
| 23 | 23 | */ |
| 24 | 24 | |
| 25 | -use NFePHP\Common\Dom\Dom; |
|
| 26 | -use NFePHP\Common\DateTime\DateTime; |
|
| 27 | -use NFePHP\Common\Base\BaseMail; |
|
| 28 | 25 | use Html2Text\Html2Text; |
| 26 | +use NFePHP\Common\DateTime\DateTime; |
|
| 27 | +use NFePHP\Common\Dom\Dom; |
|
| 29 | 28 | use \DOMDocument; |
| 30 | 29 | |
| 31 | 30 | class Mail |
@@ -18,8 +18,8 @@ |
||
| 18 | 18 | * @author Roberto L. Machado <linux.rlm at gmail dot com> |
| 19 | 19 | */ |
| 20 | 20 | |
| 21 | -use NFePHP\Common\DateTime\DateTime; |
|
| 22 | 21 | use NFePHP\Common\Base\BaseMake; |
| 22 | +use NFePHP\Common\DateTime\DateTime; |
|
| 23 | 23 | use \DOMDocument; |
| 24 | 24 | use \DOMElement; |
| 25 | 25 | |
@@ -15,15 +15,12 @@ |
||
| 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\Exception; |
|
| 20 | +use NFePHP\Common\Files; |
|
| 18 | 21 | use NFePHP\Common\LotNumber\LotNumber; |
| 19 | 22 | use NFePHP\Common\Strings\Strings; |
| 20 | -use NFePHP\Common\Files; |
|
| 21 | -use NFePHP\Common\Exception; |
|
| 22 | -use NFePHP\Common\Dom\Dom; |
|
| 23 | -use NFePHP\Common\Dom\ValidXsd; |
|
| 24 | 23 | use NFePHP\MDFe\Response; |
| 25 | -use NFePHP\MDFe\Mail; |
|
| 26 | -use NFePHP\MDFe\Identify; |
|
| 27 | 24 | |
| 28 | 25 | class Tools extends BaseTools |
| 29 | 26 | { |