We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3238d1 commit 8cd2ac6Copy full SHA for 8cd2ac6
1 file changed
Classes/Flowpack/ElasticSearch/ContentRepositoryQueueIndexer/LoggerTrait.php
@@ -1,15 +1,15 @@
1
<?php
2
namespace Flowpack\ElasticSearch\ContentRepositoryQueueIndexer;
3
4
-use TYPO3\Flow\Annotations as Flow;
+use Neos\Flow\Annotations as Flow;
5
6
/**
7
* LoggerTrait
8
*/
9
trait LoggerTrait
10
{
11
12
- * @var \TYPO3\Flow\Log\SystemLoggerInterface
+ * @var \Neos\Flow\Log\SystemLoggerInterface
13
* @Flow\Inject
14
15
protected $_logger;
0 commit comments