E-vence / SoftDeleteableListenerExtensionBundle

Extensions to softDeleteable listener
MIT License
56 stars 39 forks source link

Support for Doctrine 3 #42

Open TLassalle opened 4 months ago

JoolsMcFly commented 3 months ago

@RubenHarms LifecycleEventArgs is deprecated and latest releases of gedmo/doctrine-extensions (>=3.15) use PreSoftDeleteEventArgs.

However, \Evence\Bundle\SoftDeleteableExtensionBundle\EventListener\SoftDeleteListener::preSoftDelete still expects LifecycleEventArgs as first param.

Do you think that's something you could look into? Do you want help?