We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb6e292 commit f1ecb6aCopy full SHA for f1ecb6a
src/Exporter/Graph.php
@@ -57,6 +57,7 @@ public function export(NodeInterface $node): OriginalGraph
57
58
/** @var int $hash_parent */
59
$hash_parent = $this->createVertexId($parent);
60
+ $this->createVertex($parent);
61
62
$this->getGraph()->getVertex($hash_parent)->createEdgeTo($this->getGraph()->getVertex($vertexId));
63
}
0 commit comments