File tree Expand file tree Collapse file tree 5 files changed +0
-15
lines changed Expand file tree Collapse file tree 5 files changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -839,9 +839,6 @@ public function __construct()
839
839
\$this->services =
840
840
\$this->scopedServices =
841
841
\$this->scopeStacks = array();
842
-
843
- \$this->set('service_container', \$this);
844
-
845
842
EOF ;
846
843
847
844
$ code .= "\n" ;
Original file line number Diff line number Diff line change @@ -29,9 +29,6 @@ public function __construct()
29
29
$ this ->services =
30
30
$ this ->scopedServices =
31
31
$ this ->scopeStacks = array ();
32
-
33
- $ this ->set ('service_container ' , $ this );
34
-
35
32
$ this ->scopes = array ();
36
33
$ this ->scopeChildren = array ();
37
34
$ this ->methodMap = array (
Original file line number Diff line number Diff line change @@ -27,9 +27,6 @@ public function __construct()
27
27
$ this ->services =
28
28
$ this ->scopedServices =
29
29
$ this ->scopeStacks = array ();
30
-
31
- $ this ->set ('service_container ' , $ this );
32
-
33
30
$ this ->scopes = array ();
34
31
$ this ->scopeChildren = array ();
35
32
$ this ->methodMap = array (
Original file line number Diff line number Diff line change @@ -33,9 +33,6 @@ public function __construct()
33
33
$ this ->services =
34
34
$ this ->scopedServices =
35
35
$ this ->scopeStacks = array ();
36
-
37
- $ this ->set ('service_container ' , $ this );
38
-
39
36
$ this ->scopes = array ();
40
37
$ this ->scopeChildren = array ();
41
38
$ this ->methodMap = array (
Original file line number Diff line number Diff line change @@ -29,9 +29,6 @@ public function __construct()
29
29
$ this ->services =
30
30
$ this ->scopedServices =
31
31
$ this ->scopeStacks = array ();
32
-
33
- $ this ->set ('service_container ' , $ this );
34
-
35
32
$ this ->scopes = array ();
36
33
$ this ->scopeChildren = array ();
37
34
$ this ->methodMap = array (
You can’t perform that action at this time.
0 commit comments