Skip to content

Commit

Permalink
Merge pull request #18 from hhoechtl/fix/annotations
Browse files Browse the repository at this point in the history
BUGFIX: Missing imports
  • Loading branch information
dfeyer authored Oct 18, 2017
2 parents a57f113 + 21e9bc6 commit fa50d43
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Classes/Command/NodeIndexQueueCommandController.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
use Flowpack\ElasticSearch\ContentRepositoryQueueIndexer\UpdateAliasJob;
use Flowpack\JobQueue\Common\Job\JobManager;
use Flowpack\JobQueue\Common\Queue\QueueManager;
use Flowpack\ElasticSearch\Domain\Model\Mapping;
use Flowpack\JobQueue\Common\Exception as JobQueueException;
use Neos\Flow\Annotations as Flow;
use Neos\Flow\Cli\CommandController;
use Neos\Flow\Persistence\PersistenceManagerInterface;
Expand Down

0 comments on commit fa50d43

Please sign in to comment.