@@ -216,10 +216,10 @@ |
||
216 | 216 | |
217 | 217 | if (!$node instanceof NodeInterface) { |
218 | 218 | $nodeClass = static::getClient() |
219 | - ->getContainer() |
|
220 | - ->get(DefinitionRegistry::class) |
|
221 | - ->getEndpoint() |
|
222 | - ->getClassForType($nodeType); |
|
219 | + ->getContainer() |
|
220 | + ->get(DefinitionRegistry::class) |
|
221 | + ->getEndpoint() |
|
222 | + ->getClassForType($nodeType); |
|
223 | 223 | |
224 | 224 | $node = self::getDoctrine()->getEntityManager()->getReference($nodeClass, $node); |
225 | 225 | } |