Skip to content

Commit 8cd2ac6

Browse files
committed
TASK: Adapt LoggerTrait to support Neos 3.0
1 parent b3238d1 commit 8cd2ac6

File tree

1 file changed

+2
-2
lines changed
  • Classes/Flowpack/ElasticSearch/ContentRepositoryQueueIndexer

1 file changed

+2
-2
lines changed

Classes/Flowpack/ElasticSearch/ContentRepositoryQueueIndexer/LoggerTrait.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
<?php
22
namespace Flowpack\ElasticSearch\ContentRepositoryQueueIndexer;
33

4-
use TYPO3\Flow\Annotations as Flow;
4+
use Neos\Flow\Annotations as Flow;
55

66
/**
77
* LoggerTrait
88
*/
99
trait LoggerTrait
1010
{
1111
/**
12-
* @var \TYPO3\Flow\Log\SystemLoggerInterface
12+
* @var \Neos\Flow\Log\SystemLoggerInterface
1313
* @Flow\Inject
1414
*/
1515
protected $_logger;

0 commit comments

Comments
 (0)