Open celsoandrade opened 1 year ago
This line is returning null for ID.
If I replace it for $id = $treeNode->getId(); it works
$id = $treeNode->getId();
https://github.com/KnpLabs/DoctrineBehaviors/blob/aa7c160caec5716d4b9e065e4ed4a90a1cef9c50/src/Model/Tree/TreeNodeMethodsTrait.php#L118
This line is returning null for ID.
If I replace it for
$id = $treeNode->getId();
it workshttps://github.com/KnpLabs/DoctrineBehaviors/blob/aa7c160caec5716d4b9e065e4ed4a90a1cef9c50/src/Model/Tree/TreeNodeMethodsTrait.php#L118