doctrine / orm

Doctrine Object Relational Mapper (ORM)
https://www.doctrine-project.org/projects/orm.html
MIT License
9.86k stars 2.5k forks source link

docs: update EntityManager#transactional to EntityManager#wrapInTransaction #11460

Closed IndraGunawan closed 4 weeks ago

IndraGunawan commented 1 month ago

update docs based on this change https://github.com/doctrine/orm/pull/9278/files#diff-434625111321abb225365806085a3753cb854d098ed9b4b6dc2001235c7f7bc4R5

derrabus commented 1 month ago

Do we need to fix this on 2.x as well?

greg0ire commented 4 weeks ago

I think so. Rebased.

greg0ire commented 4 weeks ago

Thanks @IndraGunawan !