Skip to content

Commit dbe9c97

Browse files
committed
TASK: Tweak use statements in IndexingJob class
1 parent 35a0e44 commit dbe9c97

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Classes/IndexingJob.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
use Flowpack\JobQueue\Common\Job\JobInterface;
77
use Flowpack\JobQueue\Common\Queue\Message;
88
use Flowpack\JobQueue\Common\Queue\QueueInterface;
9+
use Neos\ContentRepository\Domain\Model\NodeData;
910
use Neos\Flow\Annotations as Flow;
10-
use Neos\Flow\Log\SystemLoggerInterface;
1111
use Neos\Flow\Utility\Algorithms;
1212
use Neos\ContentRepository\Domain\Factory\NodeFactory;
1313
use Neos\ContentRepository\Domain\Model\NodeInterface;

0 commit comments

Comments
 (0)