diff --git a/Service/Generator.php b/Service/Generator.php index 894ab09..1321b38 100644 --- a/Service/Generator.php +++ b/Service/Generator.php @@ -7,7 +7,7 @@ use Symfony\Component\Yaml\Parser as YamlParser; use Symfony\Component\Config\ConfigCache; use Symfony\Component\Config\Resource\FileResource; use Symfony\Component\Routing\RouterInterface; -use Symfony\Component\Translation\TranslatorInterface; +use Symfony\Contracts\Translation\TranslatorInterface; use Catalyst\MenuBundle\Menu\Collection; use Catalyst\MenuBundle\Menu\Item;