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

Fix to make sure the module will work with Magento 2.1 and 2.2 #104

Merged

Conversation

shochdoerfer
Copy link
Member

Apparently the constructor signature of the Magento\Framework\App\Router\Base class changed between 2.1 and 2.2 which makes it impossible to support both versions with the same implementation. To fix this problem the LoginRouter class does not extend the Magento\Framework\App\Router\Base any more and simply implements the Magento\Framework\App\RouterInterface.

@shochdoerfer shochdoerfer added this to the 3.0.1 milestone Dec 26, 2017
@shochdoerfer shochdoerfer merged commit 8844a65 into bitExpert:master Dec 26, 2017
@shochdoerfer shochdoerfer deleted the fix/magento-2.1-compatibility branch December 26, 2017 21:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant