@@ -17,7 +17,6 @@ |
||
17 | 17 | use ONGR\ElasticsearchBundle\ORM\Manager; |
18 | 18 | use ONGR\SettingsBundle\Document\Setting; |
19 | 19 | use ONGR\SettingsBundle\Event\SettingChangeEvent; |
20 | -use Exception; |
|
21 | 20 | |
22 | 21 | /** |
23 | 22 | * Class SettingsManager responsible for managing settings actions. |
@@ -16,7 +16,6 @@ |
||
16 | 16 | use Symfony\Bundle\FrameworkBundle\Test\WebTestCase; |
17 | 17 | use ONGR\ElasticsearchBundle\Service\Manager; |
18 | 18 | use ONGR\ElasticsearchDSL\Query\MatchAllQuery; |
19 | -use Symfony\Component\Translation\TranslatorInterface; |
|
20 | 19 | use Symfony\Component\DependencyInjection\ContainerInterface; |
21 | 20 | |
22 | 21 | /** |