fix deprecated ObjectManager path in data fixtures scripts

This commit is contained in:
2020-09-04 20:35:32 +02:00
parent 5c298c641e
commit 2aa59d1cf3
3 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,7 @@ namespace Chill\EventBundle\DataFixtures\ORM;
use Doctrine\Common\DataFixtures\AbstractFixture;
use Doctrine\Common\DataFixtures\OrderedFixtureInterface;
use Doctrine\Common\Persistence\ObjectManager;
use Doctrine\Persistence\ObjectManager;
use Chill\EventBundle\Entity\EventType;
use Chill\EventBundle\Entity\Role;
use Chill\EventBundle\Entity\Status;