Skip to content

Commit 7ed589f

Browse files
authored
BUGFIX: Mark NodeIndexer as singleton
Fixes #42
1 parent e5d57c0 commit 7ed589f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Classes/Indexer/NodeIndexer.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424

2525
/**
2626
* NodeIndexer for use in batch jobs
27+
*
28+
* @Flow\Scope("singleton")
2729
*/
2830
class NodeIndexer extends ContentRepositoryAdaptor\Indexer\NodeIndexer
2931
{

0 commit comments

Comments
 (0)