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

[php-slim4] Decouple Slim4 codegen from Slim3 #9208

Merged
merged 1 commit into from
May 24, 2021

Commits on Apr 7, 2021

  1. Decouple Slim4 codegen from deprecated Slim3

    It was a mistake to extend Slim4 from Slim3 codegen. When I need to fix
    something in Slim4 I have to overwrite code from Slim3 somehow and it's
    not always possible. It's even more important that Slim3 codegen shouldn't
    be touched as soon as it's deprecated long time ago.
    ybelenko committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    9578de9 View commit details
    Browse the repository at this point in the history