@@ -13,14 +13,14 @@ |
||
13 | 13 | * @link http://github.com/nfephp-org/nfephp for the canonical source repository |
14 | 14 | */ |
15 | 15 | |
16 | +use NFePHP\Common\Exception; |
|
17 | +use NFePHP\Common\Files; |
|
16 | 18 | use Zend\Mail\Message; |
19 | +use Zend\Mail\Transport\Smtp as SmtpTransport; |
|
20 | +use Zend\Mail\Transport\SmtpOptions; |
|
17 | 21 | use Zend\Mime\Message as MimeMessage; |
18 | -use Zend\Mime\Part as MimePart; |
|
19 | 22 | use Zend\Mime\Mime; |
20 | -use Zend\Mail\Transport\SmtpOptions; |
|
21 | -use Zend\Mail\Transport\Smtp as SmtpTransport; |
|
22 | -use NFePHP\Common\Exception; |
|
23 | -use NFePHP\Common\Files; |
|
23 | +use Zend\Mime\Part as MimePart; |
|
24 | 24 | |
25 | 25 | if (!defined('NFEPHP_ROOT')) { |
26 | 26 | define('NFEPHP_ROOT', dirname(dirname(dirname(__FILE__)))); |
@@ -14,8 +14,8 @@ |
||
14 | 14 | */ |
15 | 15 | |
16 | 16 | use NFePHP\Common\Certificate\Asn; |
17 | -use NFePHP\Common\Exception; |
|
18 | 17 | use NFePHP\Common\Dom\Dom; |
18 | +use NFePHP\Common\Exception; |
|
19 | 19 | |
20 | 20 | class Pkcs12 |
21 | 21 | { |
@@ -13,8 +13,8 @@ |
||
13 | 13 | */ |
14 | 14 | |
15 | 15 | use \DOMDocument; |
16 | -use NFePHP\Common\Files\FilesFolders; |
|
17 | 16 | use NFePHP\Common\Exception; |
17 | +use NFePHP\Common\Files\FilesFolders; |
|
18 | 18 | |
19 | 19 | class Dom extends DOMDocument |
20 | 20 | { |
@@ -12,8 +12,8 @@ |
||
12 | 12 | * @link http://github.com/nfephp-org/nfephp for the canonical source repository |
13 | 13 | */ |
14 | 14 | |
15 | -use NFePHP\Common\Strings\Strings; |
|
16 | 15 | use NFePHP\Common\Exception; |
16 | +use NFePHP\Common\Strings\Strings; |
|
17 | 17 | |
18 | 18 | class CurlSoap |
19 | 19 | { |
@@ -12,8 +12,8 @@ |
||
12 | 12 | * @link http://github.com/nfephp-org/nfephp for the canonical source repository |
13 | 13 | */ |
14 | 14 | |
15 | -use NFePHP\Common\Soap\CorrectedSoapClient; |
|
16 | 15 | use NFePHP\Common\Exception; |
16 | +use NFePHP\Common\Soap\CorrectedSoapClient; |
|
17 | 17 | |
18 | 18 | class NatSoap |
19 | 19 | { |