@@ -4,11 +4,8 @@ |
||
4 | 4 | |
5 | 5 | use Doctrine\Common\Cache\Cache; |
6 | 6 | use Doctrine\Common\Cache\ClearableCache; |
7 | - |
|
8 | 7 | use Symfony\Component\Translation\Loader\LoaderInterface; |
9 | 8 | use Symfony\Bundle\FrameworkBundle\Translation\Translator as BaseTranslator; |
10 | - |
|
11 | -use Oro\Bundle\EntityBundle\Tools\SafeDatabaseChecker; |
|
12 | 9 | use Oro\Bundle\TranslationBundle\Entity\Translation; |
13 | 10 | |
14 | 11 | class Translator extends BaseTranslator |