@@ -58,7 +58,7 @@ |
||
58 | 58 | */ |
59 | 59 | protected function toNode() |
60 | 60 | { |
61 | - $ideEmpregador = $this->node->getElementsByTagName('ideEmpregador')->item(0); |
|
61 | + $ideEmpregador = $this->node->getElementsByTagName('ideEmpregador')->item(0); |
|
62 | 62 | $ideEvento = $this->dom->createElement("ideEvento"); |
63 | 63 | $this->dom->addChild( |
64 | 64 | $ideEvento, |