@@ -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 | { |