@@ -18,8 +18,6 @@ |
||
| 18 | 18 | use ONGR\ElasticsearchBundle\Service\Repository; |
| 19 | 19 | use ONGR\TranslationsBundle\Document\Message; |
| 20 | 20 | use ONGR\TranslationsBundle\Document\Translation; |
| 21 | -use ONGR\TranslationsBundle\Event\Events; |
|
| 22 | -use ONGR\TranslationsBundle\Event\MessageUpdateEvent; |
|
| 23 | 21 | use Symfony\Component\EventDispatcher\EventDispatcherInterface; |
| 24 | 22 | use Symfony\Component\HttpFoundation\Request; |
| 25 | 23 | |