zenstruck / foundry

A model factory library for creating expressive, auto-completable, on-demand dev/test fixtures with Symfony and Doctrine.
https://symfony.com/bundles/ZenstruckFoundryBundle/current/index.html
MIT License
609 stars 63 forks source link

refactor: add BC layer for methods in Instantiator #535

Closed nikophil closed 6 months ago

nikophil commented 7 months ago

I was pretty certain this was already done but... nope!

provides BC layer for Instantiator::allowExtra() and Instantiator::alwaysForce()

I've not made anything about the namespace change (\Zenstruck\Foundry\Instantiator => \Zenstruck\Foundry\Object\Instantiator) because we still need to figure out how this should be made