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()
839839 \$this->services =
840840 \$this->scopedServices =
841841 \$this->scopeStacks = array();
842-
843- \$this->set('service_container', \$this);
844-
845842EOF ;
846843
847844 $ code .= "\n" ;
Original file line number Diff line number Diff line change @@ -29,9 +29,6 @@ public function __construct()
2929 $ this ->services =
3030 $ this ->scopedServices =
3131 $ this ->scopeStacks = array ();
32-
33- $ this ->set ('service_container ' , $ this );
34-
3532 $ this ->scopes = array ();
3633 $ this ->scopeChildren = array ();
3734 $ this ->methodMap = array (
Original file line number Diff line number Diff line change @@ -27,9 +27,6 @@ public function __construct()
2727 $ this ->services =
2828 $ this ->scopedServices =
2929 $ this ->scopeStacks = array ();
30-
31- $ this ->set ('service_container ' , $ this );
32-
3330 $ this ->scopes = array ();
3431 $ this ->scopeChildren = array ();
3532 $ this ->methodMap = array (
Original file line number Diff line number Diff line change @@ -33,9 +33,6 @@ public function __construct()
3333 $ this ->services =
3434 $ this ->scopedServices =
3535 $ this ->scopeStacks = array ();
36-
37- $ this ->set ('service_container ' , $ this );
38-
3936 $ this ->scopes = array ();
4037 $ this ->scopeChildren = array ();
4138 $ this ->methodMap = array (
Original file line number Diff line number Diff line change @@ -29,9 +29,6 @@ public function __construct()
2929 $ this ->services =
3030 $ this ->scopedServices =
3131 $ this ->scopeStacks = array ();
32-
33- $ this ->set ('service_container ' , $ this );
34-
3532 $ this ->scopes = array ();
3633 $ this ->scopeChildren = array ();
3734 $ this ->methodMap = array (
You can’t perform that action at this time.
0 commit comments