fixed bad merge

This commit is contained in:
Fabien Potencier 2018-01-29 10:29:16 +01:00
parent 50d86e87a0
commit bd6df791f7

View File

@ -149,8 +149,6 @@ class Container implements ResettableContainerInterface
$initialize();
}
$id = $this->normalizeId($id);
if ('service_container' === $id) {
throw new InvalidArgumentException('You cannot set service "service_container".');
}