From 6f87d596804939b4b1939f6d5df75ca839d7057c Mon Sep 17 00:00:00 2001 From: Ahmed Ali Date: Wed, 18 Mar 2020 17:55:51 +0500 Subject: [PATCH] Doctrine\Common\Persistence\ObjectManager is deprecated Making compatible with `Doctrine\Common\DataFixtures\FixtureInterface::load` --- src/Resources/skeleton/doctrine/Fixtures.tpl.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Resources/skeleton/doctrine/Fixtures.tpl.php b/src/Resources/skeleton/doctrine/Fixtures.tpl.php index 9cc4f45de..7ffe79374 100644 --- a/src/Resources/skeleton/doctrine/Fixtures.tpl.php +++ b/src/Resources/skeleton/doctrine/Fixtures.tpl.php @@ -3,7 +3,7 @@ namespace ; use Doctrine\Bundle\FixturesBundle\Fixture; -use Doctrine\Common\Persistence\ObjectManager; +use Doctrine\Persistence\ObjectManager; class extends Fixture {