KnpLabs / DoctrineBehaviors

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

Update TreeNodePropertiesTrait.php #736

Open raziel057 opened 11 months ago

raziel057 commented 11 months ago

Add missing parentNodePath property in TreeNodePropertiesTrait as it's used in TreeNodeMethodsTrait to fix the following deprecation (raised starting from PHP 8.2):

Creation of dynamic property PTC\NoventoBundle\Entity\Menu::$parentNodePath is deprecated