Skip to content

Commit c49cf76

Browse files
committed
[DependencyInjection] resolve circular reference
This issue has been fixed in #11422. Due to a bad merge in 3bed1b7988e94a897a64c6a2ad3bf70bde9005c1 it partially appeared again in Symfony 2.6 or higher.
1 parent 672d940 commit c49cf76

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Container.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,6 @@ class Container implements IntrospectableContainerInterface
8686
public function __construct(ParameterBagInterface $parameterBag = null)
8787
{
8888
$this->parameterBag = $parameterBag ?: new ParameterBag();
89-
90-
$this->set('service_container', $this);
9189
}
9290

9391
/**

0 commit comments

Comments
 (0)