doctrine / data-fixtures

Doctrine2 ORM Data Fixtures Extensions
http://www.doctrine-project.org
MIT License
2.76k stars 224 forks source link

Address deprecation from doctrine/orm #395

Closed greg0ire closed 2 years ago

greg0ire commented 2 years ago

transactional() has been deprecated in favor of wrapInTransaction().

derrabus commented 2 years ago

See #392

greg0ire commented 2 years ago

Ah, I knew I had seen something similar! Sorry!