Skip to content

Commit 5675f82

Browse files
committed
BUGFIX: Use correct NodeIndexerInterface in command controller
Fixes #208
1 parent df14215 commit 5675f82

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Classes/Command/NodeIndexCommandController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class NodeIndexCommandController extends CommandController
3030

3131
/**
3232
* @Flow\Inject
33-
* @var \Neos\ContentRepository\Search\Indexer\NodeIndexerInterface
33+
* @var \TYPO3\TYPO3CR\Search\Indexer\NodeIndexerInterface
3434
*/
3535
protected $nodeIndexer;
3636

0 commit comments

Comments
 (0)