Skip to content

Commit 792e7e7

Browse files
committed
BUGFIX: Mark NodeIndexer as singleton
Fixes #42
1 parent 6442ddf commit 792e7e7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Classes/Indexer/NodeIndexer.php

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

2323
/**
2424
* Nodeindexer for use in batch jobs
25+
*
26+
* @Flow\Scope("singleton")
2527
*/
2628
class NodeIndexer extends ContentRepositoryAdaptor\Indexer\NodeIndexer
2729
{

0 commit comments

Comments
 (0)