KnpLabs / DoctrineBehaviors

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

Update TranslatableEventSubscriber.php #741

Open tacman opened 1 year ago

tacman commented 1 year ago

getEntity is deprecated, use getObject()

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