KnpLabs / DoctrineBehaviors

Doctrine2 behavior traits that help handling Blameable, Loggable, Sluggable, SoftDeletable, Uuidable, Timestampable, Translatable, Tree behavior
http://knplabs.com
MIT License
913 stars 293 forks source link

Can't use setChildNodeOf #735

Open celsoandrade opened 1 year ago

celsoandrade commented 1 year ago

This line is returning null for ID.

If I replace it for $id = $treeNode->getId(); it works

https://github.com/KnpLabs/DoctrineBehaviors/blob/aa7c160caec5716d4b9e065e4ed4a90a1cef9c50/src/Model/Tree/TreeNodeMethodsTrait.php#L118