Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5.3k
Commit4ea2865
committed
minor#10046 method name is 'index' not 'indexAction' (dcsmith926)
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'1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| |||
0 commit comments
Comments
(0)