From 35deb2cbb6fc5768fb7820c260cb269906fcac38 Mon Sep 17 00:00:00 2001 From: JhonnyL Date: Thu, 26 Feb 2015 14:21:22 +0100 Subject: [PATCH] Fix service id --- cookbook/controller/service.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbook/controller/service.rst b/cookbook/controller/service.rst index 584d0ca2615..2532bd77b83 100644 --- a/cookbook/controller/service.rst +++ b/cookbook/controller/service.rst @@ -122,7 +122,7 @@ the route ``_controller`` value: .. versionadded:: 2.6 If your controller service implements the ``__invoke`` method, you can simply refer to the service id - (``acme.hello.controller``). + (``app.hello_controller``). Alternatives to base Controller Methods ---------------------------------------