@@ -17,7 +17,6 @@ |
||
| 17 | 17 | |
| 18 | 18 | use NFePHP\Common\Certificate; |
| 19 | 19 | use NFePHP\Common\Soap\SoapInterface; |
| 20 | -use NFePHP\Common\Exception\SoapException; |
|
| 21 | 20 | use NFePHP\Common\Exception\RuntimeException; |
| 22 | 21 | use NFePHP\Common\Strings; |
| 23 | 22 | use League\Flysystem\Filesystem; |
@@ -25,11 +25,9 @@ |
||
| 25 | 25 | use NFePHP\Common\Certificate; |
| 26 | 26 | use NFePHP\Common\Certificate\PublicKey; |
| 27 | 27 | use NFePHP\Common\Exception\SignerException; |
| 28 | -use NFePHP\Common\Strings; |
|
| 29 | 28 | use NFePHP\Common\Validator; |
| 30 | 29 | use DOMDocument; |
| 31 | 30 | use DOMNode; |
| 32 | -use DOMElement; |
|
| 33 | 31 | |
| 34 | 32 | class Signer |
| 35 | 33 | { |