We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a57f113 + 21e9bc6 commit fa50d43Copy full SHA for fa50d43
Classes/Command/NodeIndexQueueCommandController.php
@@ -9,6 +9,8 @@
9
use Flowpack\ElasticSearch\ContentRepositoryQueueIndexer\UpdateAliasJob;
10
use Flowpack\JobQueue\Common\Job\JobManager;
11
use Flowpack\JobQueue\Common\Queue\QueueManager;
12
+use Flowpack\ElasticSearch\Domain\Model\Mapping;
13
+use Flowpack\JobQueue\Common\Exception as JobQueueException;
14
use Neos\Flow\Annotations as Flow;
15
use Neos\Flow\Cli\CommandController;
16
use Neos\Flow\Persistence\PersistenceManagerInterface;
0 commit comments