Skip to content

Commit d96f3de

Browse files
committed
-
1 parent f47f519 commit d96f3de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controller.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -961,7 +961,7 @@ However, some advanced users prefer to fully decouple your controllers from Symf
961961
Symfony provides tools to help you do that.
962962

963963
To decouple controllers, Symfony exposes all the helpers from ``AbstractController``
964-
through another class called :class:`Symfony\Bundle\FrameworkBundle\Controller\ControllerHelper`,
964+
through another class called :class:`Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerHelper`,
965965
where each helper is available as a public method::
966966

967967
use Symfony\Bundle\FrameworkBundle\Controller\ControllerHelper;

0 commit comments

Comments
 (0)