Julien Fastré 2015-03-31 14:12:52 +02:00
parent cff55774a0
commit a0fc2d06c7

View File

@ -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;