We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c98b45 commit f189efdCopy full SHA for f189efd
src/Maker/MakeCrud.php
@@ -3,7 +3,7 @@
3
namespace Symfony\Bundle\MakerBundle\Maker;
4
5
use Doctrine\Common\Inflector\Inflector;
6
-use Doctrine\ORM\EntityManagerInterface;
+use Doctrine\ORM\EntityManager;
7
use Psr\Container\ContainerInterface;
8
use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route;
9
use Symfony\Bundle\MakerBundle\ConsoleStyle;
@@ -65,7 +65,7 @@ public function configureDependencies(DependencyBuilder $dependencies)
65
);
66
67
$dependencies->addClassDependency(
68
- EntityManagerInterface::class,
+ EntityManager::class,
69
'orm-pack'
70
71
}
0 commit comments