Skip to content

Commit 9f0a134

Browse files
authored
BUGFIX: Use NodeIndexerInterface in the indexing command controller
1 parent c2442bf commit 9f0a134

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Classes/Flowpack/ElasticSearch/ContentRepositoryAdaptor/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 \Flowpack\ElasticSearch\ContentRepositoryAdaptor\Indexer\NodeIndexer
33+
* @var \TYPO3\TYPO3CR\Search\Indexer\NodeIndexerInterface
3434
*/
3535
protected $nodeIndexer;
3636

0 commit comments

Comments
 (0)