Skip to content

Commit 0a45b30

Browse files
authored
Merge pull request #2055 from xabbuh/pr-2053
fix method name
2 parents fa68943 + b545d7e commit 0a45b30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/doc/5-automatic-route-generation_single-restful-controller.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ following would work as well:
163163
{
164164
// ...
165165
166-
public function getAction()
166+
public function cgetAction()
167167
{} // "get_users" [GET] /users
168168
169169
public function newAction()

0 commit comments

Comments
 (0)