Skip to content

Commit fa50d43

Browse files
authored
Merge pull request #18 from hhoechtl/fix/annotations
BUGFIX: Missing imports
2 parents a57f113 + 21e9bc6 commit fa50d43

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)