Skip to content

Commit fa68943

Browse files
authored
Merge pull request #2053 from extrablind/patch-1
Probably a typo in example "getAction"
2 parents 23b1a93 + be8ca69 commit fa68943

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 cgetAction()
166+
public function getAction()
167167
{} // "get_users" [GET] /users
168168
169169
public function newAction()

0 commit comments

Comments
 (0)