doctrine / DoctrineFixturesBundle

Symfony integration for the doctrine/data-fixtures library
MIT License
2.45k stars 202 forks source link

$container is no longer available in Fixture class #308

Closed Yondz closed 4 years ago

Yondz commented 4 years ago

Since ee5eb61, Doctrine\Bundle\FixturesBundle\Fixture does not implement ContainerAwareInterface anymore and thus, $container is not part of this class anymore.

See https://github.com/doctrine/DoctrineFixturesBundle/commit/ee5eb61#diff-8490d6a88059c82df2c98e6f2d0918d2

alcaeus commented 4 years ago

LGTM, but should target the current stable branch.

greg0ire commented 4 years ago

Thanks @Yondz !