Skip to content

Commit 419c50b

Browse files
committed
BUGFIX: Exchnage ObjectManager with EntityManagerInterface
1 parent fb96ecf commit 419c50b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Classes/Domain/Repository/NodeDataRepository.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
*/
1515

1616
use Doctrine\Common\Persistence\ObjectManager;
17+
use Doctrine\ORM\EntityManager;
18+
use Doctrine\ORM\EntityManagerInterface;
1719
use Doctrine\ORM\Internal\Hydration\IterableResult;
1820
use Doctrine\ORM\QueryBuilder;
1921
use Neos\ContentRepository\Domain\Model\NodeData;
@@ -29,7 +31,7 @@ class NodeDataRepository extends Repository
2931

3032
/**
3133
* @Flow\Inject
32-
* @var ObjectManager
34+
* @var EntityManagerInterface
3335
*/
3436
protected $entityManager;
3537

0 commit comments

Comments
 (0)