fix deprecated ObjectManager path in data fixtures scripts

This commit is contained in:
2020-09-04 20:35:32 +02:00
parent a1996779e8
commit 7b65aab185
9 changed files with 9 additions and 9 deletions

View File

@@ -6,7 +6,7 @@ use Doctrine\Common\DataFixtures\AbstractFixture;
use Doctrine\Common\DataFixtures\OrderedFixtureInterface;
use Symfony\Component\DependencyInjection\ContainerAwareInterface;
use Symfony\Component\DependencyInjection\ContainerInterface;
use Doctrine\Common\Persistence\ObjectManager;
use Doctrine\Persistence\ObjectManager;
use Symfony\Component\Intl\Intl;
use Chill\MainBundle\Entity\Language;