@@ -6,7 +6,6 @@ |
||
6 | 6 | * Abstract class to build Make::class |
7 | 7 | */ |
8 | 8 | use NFePHP\Common\DOMImproved as Dom; |
9 | -use NFePHP\Common\Keys; |
|
10 | 9 | use NFePHP\BPe\Factories\TagInterface; |
11 | 10 | use \DOMElement; |
12 | 11 |
@@ -16,7 +16,6 @@ discard block |
||
16 | 16 | * @link http://github.com/nfephp-org/sped-bpe for the canonical source repository |
17 | 17 | */ |
18 | 18 | |
19 | -use DOMDocument; |
|
20 | 19 | use InvalidArgumentException; |
21 | 20 | use RuntimeException; |
22 | 21 | use NFePHP\Common\Certificate; |
@@ -29,7 +28,6 @@ discard block |
||
29 | 28 | use NFePHP\Common\UFList; |
30 | 29 | use NFePHP\Common\Validator; |
31 | 30 | use NFePHP\BPe\Factories\Header; |
32 | -use NFePHP\BPe\Factories\QRCode; |
|
33 | 31 | |
34 | 32 | class Tools |
35 | 33 | { |
@@ -20,9 +20,7 @@ |
||
20 | 20 | use NFePHP\Common\Strings; |
21 | 21 | use NFePHP\Common\Signer; |
22 | 22 | use NFePHP\Common\UFList; |
23 | -use NFePHP\BPe\Factories\Events; |
|
24 | 23 | use NFePHP\BPe\Common\Tools as ToolsCommon; |
25 | -use RuntimeException; |
|
26 | 24 | use InvalidArgumentException; |
27 | 25 | |
28 | 26 | class Tools extends ToolsCommon |