Fix TranslatorInterface namespace
This commit is contained in:
parent
9021fe4595
commit
3f9a4747f6
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue