Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bugfix: Revert changing canonical name of ControllerManager service #100

Merged
merged 2 commits into from
Feb 8, 2022

Conversation

rieschl
Copy link
Contributor

@rieschl rieschl commented Feb 8, 2022

Q A
Documentation no
Bugfix yes
BC Break no
New Feature no
RFC no
QA no

Description

Pull Request #96 changed the canonical name of the ControllerManager service from the string 'ControllerManager' to its FCQN ControllerManager::class. As this could be considered a BC break (and broke laminas/laminas-mvc-console because delegators don't work on aliases) this PR restores the previous configuration and adds ControllerManager::class as alias, instead.

fixes #99

…llerManager::class` as canonical service

Signed-off-by: Thomas Rieschl <thomas@trinet.at>
Signed-off-by: Thomas Rieschl <thomas@trinet.at>
@rieschl
Copy link
Contributor Author

rieschl commented Feb 8, 2022

Targeting 3.3.x as there is no 3.4.x branch, yet. This PR is both a bugfix and a new feature, because it adds the ControllerManager::class service alias.

@Ocramius Ocramius added the Bug Something isn't working label Feb 8, 2022
@Ocramius Ocramius added this to the 3.3.2 milestone Feb 8, 2022
@Ocramius Ocramius self-assigned this Feb 8, 2022
Copy link
Member

@Ocramius Ocramius left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @rieschl!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ControllerManager service alias change breaks laminas-mvc-console
2 participants