Skip to content

Commit 21e9bc6

Browse files
author
Hans Höchtl
committed
[FIX] missing imports
1 parent ba565b8 commit 21e9bc6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Classes/Command/NodeIndexQueueCommandController.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
use Flowpack\ElasticSearch\ContentRepositoryQueueIndexer\UpdateAliasJob;
1010
use Flowpack\JobQueue\Common\Job\JobManager;
1111
use Flowpack\JobQueue\Common\Queue\QueueManager;
12+
use Flowpack\ElasticSearch\Domain\Model\Mapping;
13+
use Flowpack\JobQueue\Common\Exception as JobQueueException;
1214
use Neos\Flow\Annotations as Flow;
1315
use Neos\Flow\Cli\CommandController;
1416
use Neos\Flow\Persistence\PersistenceManagerInterface;

0 commit comments

Comments
 (0)