Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bug #5000 Fixed case where service definition is actually an alias (X…
…avier 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 alias
- Loading branch information