Fix TranslatorInterface namespace

This commit is contained in:
Kendrick Chan 2021-04-28 00:02:04 +08:00
parent 9021fe4595
commit 3f9a4747f6

View file

@ -7,7 +7,7 @@ use Symfony\Component\Yaml\Parser as YamlParser;
use Symfony\Component\Config\ConfigCache; use Symfony\Component\Config\ConfigCache;
use Symfony\Component\Config\Resource\FileResource; use Symfony\Component\Config\Resource\FileResource;
use Symfony\Component\Routing\RouterInterface; use Symfony\Component\Routing\RouterInterface;
use Symfony\Component\Translation\TranslatorInterface; use Symfony\Contracts\Translation\TranslatorInterface;
use Catalyst\MenuBundle\Menu\Collection; use Catalyst\MenuBundle\Menu\Collection;
use Catalyst\MenuBundle\Menu\Item; use Catalyst\MenuBundle\Menu\Item;