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

Extend from AbstractController and use Symfony's @Route #246

Merged
merged 1 commit into from
Aug 29, 2018

Conversation

royklutman
Copy link
Contributor

@royklutman royklutman commented Aug 11, 2018

This PR would close #240 and update the make:crud command to correctly use Symfony's Routing component instead of the deprecated FrameworkExtraBundle's. Would appreciate a thorough review as all I did was basically look at @javiereguiluz's PR #221 for the AbstractController fix.

@royklutman royklutman changed the title Extend from AbstractController and use Symfony's Route Extend from AbstractController and use Symfony's @Route Aug 11, 2018
@weaverryan
Copy link
Member

Thanks Roy! It looks like you did a very good job! We have some great tests to make sure the functionality of the generated code actually works - so we don't need to worry. Thanks for noticing and fixing this!

@weaverryan weaverryan merged commit 07166c9 into symfony:master Aug 29, 2018
weaverryan added a commit that referenced this pull request Aug 29, 2018
…klutman)

This PR was merged into the 1.0-dev branch.

Discussion
----------

Extend from AbstractController and use Symfony's @route

This PR would close #240 and update the `make:crud` command to correctly use Symfony's Routing component instead of the deprecated `FrameworkExtraBundle`'s. Would appreciate a thorough review as all I did was basically look at @javiereguiluz's PR #221 for the AbstractController fix.

Commits
-------

07166c9 Extend from AbstractController and use Symfony's Route
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.

make:crud not using AbstractController
2 participants