Skip to content

Commit 41d2aa6

Browse files
committed
Fix: wrong EntityManagerInterface namespace
1 parent 961d6c7 commit 41d2aa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Action/AbstractGroupAction.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
namespace IDCI\Bundle\GroupActionBundle\Action;
44

5-
use Doctrine\Common\Persistence\EntityManagerInterface;
5+
use Doctrine\ORM\EntityManagerInterface;
66
use IDCI\Bundle\GroupActionBundle\Exception\ObjectManagerMissingException;
77

88
/**

0 commit comments

Comments
 (0)