There was an error while loading. Please reload this page.
1 parent 680e5d8 commit 76b7484Copy full SHA for 76b7484
book/controller.rst
@@ -430,7 +430,7 @@ method becomes the arguments on the resulting controller. This same interface
430
is used when embedding controllers into templates (see :ref:`templating-embedding-controller`).
431
The target controller method should look something like the following::
432
433
- public function fancyAction($name, $green)
+ public function fancyAction($name, $color)
434
{
435
// ... create and return a Response object
436
}
0 commit comments