Skip to content

Commit 5f56d45

Browse files
committed
[BUGFIX] missed renaming in objects.yaml
1 parent 9ff244f commit 5f56d45

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Classes/Flowpack/ElasticSearch/ContentRepositoryAdaptor/Command/NodeIndexCommandController.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ class NodeIndexCommandController extends CommandController {
6060
protected $nodeTypeMappingBuilder;
6161

6262
/**
63+
* @Flow\Inject
6364
* @var \Flowpack\ElasticSearch\ContentRepositoryAdaptor\LoggerInterface
6465
*/
6566
protected $logger;

Configuration/Objects.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Flowpack\ElasticSearch\ContentRepositoryAdaptor\LoggerInterface:
2929
value:
3030
fileBackend: 'TYPO3\Flow\Log\Backend\FileBackend'
3131
4:
32-
setting: TYPO3.TYPO3CR.SearchCommons.elasticSearch.log.backendOptions
32+
setting: TYPO3.TYPO3CR.Search.elasticSearch.log.backendOptions
3333

3434
Flowpack\ElasticSearch\ContentRepositoryAdaptor\ElasticSearchClient:
3535
scope: singleton

0 commit comments

Comments
 (0)