Skip to content

Commit f3a8585

Browse files
authored
Merge pull request #207 from Flowpack/dfeyer-patch-1
BUGFIX: Use NodeIndexerInterface in the indexing command controller
2 parents fe386dc + 9f0a134 commit f3a8585

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)