@@ -17,7 +17,6 @@ |
||
17 | 17 | |
18 | 18 | use NFePHP\Common\Certificate; |
19 | 19 | use NFePHP\eSocial\Common\Factory; |
20 | -use NFePHP\eSocial\Common\FactoryId; |
|
21 | 20 | use NFePHP\eSocial\Common\FactoryInterface; |
22 | 21 | use stdClass; |
23 | 22 |
@@ -344,6 +344,9 @@ |
||
344 | 344 | $this->node->appendChild($ideVinculo); |
345 | 345 | } |
346 | 346 | |
347 | + /** |
|
348 | + * @return \DOMNode |
|
349 | + */ |
|
347 | 350 | protected function tagCAT() |
348 | 351 | { |
349 | 352 | $cat = $this->dom->createElement("cat"); |