diff --git a/Routing/MenuComposer.php b/Routing/MenuComposer.php index f592863f0..0df3e9551 100644 --- a/Routing/MenuComposer.php +++ b/Routing/MenuComposer.php @@ -32,7 +32,7 @@ class MenuComposer implements ContainerAwareInterface public function setContainer(ContainerInterface $container = null) { if (NULL === $container) { - throw new LogicException('container should not be null'); + throw new \LogicException('container should not be null'); } //see remark in MenuComposer::setRouteCollection $this->container = $container;