Skip to content

Commit bc63795

Browse files
authored
Fix method name (#8201)
1 parent db12e36 commit bc63795

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/controllers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ namespace App\Controller;
283283

284284
class PostsController extends AppController
285285
{
286-
public function my_action()
286+
public function myAction()
287287
{
288288
return $this->render('custom_file');
289289
}

0 commit comments

Comments
 (0)