Skip to content

method name is 'index' not 'indexAction' #10046

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

Closed
wants to merge 1 commit into from

Conversation

dcsmith926
Copy link
Contributor

The route definitions here reference a method indexAction on the LeapYearController but the method is defined as index.

The route definitions here reference a method `indexAction` on the `LeapYearController` but the method is defined as `index`
@javiereguiluz
Copy link
Member

@dcsmith926 super nice catch! Thanks for fixing it. We merged it in 4.0 (the oldest maintained branch where this bug fix applies) and later we'll merge automatically in the upper branches. Congrats on your first Symfony Docs contribution!

javiereguiluz added a commit that referenced this pull request Jul 11, 2018
This PR was submitted for the 4.1 branch but it was merged into the 4.0 branch instead (closes #10046).

Discussion
----------

method name is 'index' not 'indexAction'

The route definitions here reference a method `indexAction` on the `LeapYearController` but the method is defined as `index`.

Commits
-------

d92599a method name is 'index' not 'indexAction'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants