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 TranslatableEventSubscriber.php #741

Open tacman opened 9 months ago

tacman commented 9 months ago

getEntity is deprecated, use getObject()

https://github.com/doctrine/orm/issues/9875