Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit af089f0

Browse files
committed
Fix service name
1 parent ce994d8 commit af089f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/controller/error_pages.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ the original class does. To do it, add the service pointing to the controller
262262
and set the arguments to load the specific needed services::
263263
264264
# app/config/services.yml
265-
appbundle.twig.controller.exception:
265+
app.twig.exception_controller:
266266
class: AppBundle\Controller\ExceptionController
267267
arguments: [@twig, %kernel.debug%]
268268

0 commit comments

Comments
 (0)