Commit f9901d5
committed
bug #5000 Fixed case where service definition is actually an alias (Xavier Coureau)
This PR was merged into the 2.3 branch.
Discussion
----------
Fixed case where service definition is actually an alias
If `acme_mailer.transport_chain` service would be an alias, the `hasDefinition` method would return `false` and would fake the expected result.
Same for the further call on `getDefinition` method.
Commits
-------
c9caef6 Fixed case where definition service is an alias1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
136 | | - | |
| 136 | + | |
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
140 | | - | |
| 140 | + | |
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
| |||
0 commit comments