We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb96ecf commit 419c50bCopy full SHA for 419c50b
1 file changed
Classes/Domain/Repository/NodeDataRepository.php
@@ -14,6 +14,8 @@
14
*/
15
16
use Doctrine\Common\Persistence\ObjectManager;
17
+use Doctrine\ORM\EntityManager;
18
+use Doctrine\ORM\EntityManagerInterface;
19
use Doctrine\ORM\Internal\Hydration\IterableResult;
20
use Doctrine\ORM\QueryBuilder;
21
use Neos\ContentRepository\Domain\Model\NodeData;
@@ -29,7 +31,7 @@ class NodeDataRepository extends Repository
29
31
30
32
/**
33
* @Flow\Inject
- * @var ObjectManager
34
+ * @var EntityManagerInterface
35
36
protected $entityManager;
37
0 commit comments