Skip to content

Commit 9579cd6

Browse files
Sync documentation updates from cakephp-docs-md
🤖 Generated with GitHub Actions from 2025-10-05 02:36:16 UTC Co-Authored-By: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent a3b0e75 commit 9579cd6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/ja/5.x/controllers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ class PostsController extends AppController
237237
{
238238
public function my_action()
239239
{
240-
$this->render('custom_file');
240+
return $this->render('custom_file');
241241
}
242242
}
243243
```
@@ -256,7 +256,7 @@ class PostsController extends AppController
256256
{
257257
public function myAction()
258258
{
259-
$this->render('Users.UserDetails/custom_file');
259+
return $this->render('Users.UserDetails/custom_file');
260260
}
261261
}
262262
```

0 commit comments

Comments
 (0)