mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
remove missing use statement
from : https://insight.sensiolabs.com/projects/8f0668d1-92b0-48ae-835d-f605926d2711/analyses/1?status=violations#239638172
This commit is contained in:
parent
cff55774a0
commit
a0fc2d06c7
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user