From d189b48b9791cc323d2539fef1bc9ee794a3507b Mon Sep 17 00:00:00 2001 From: Serhii Polishchuk Date: Wed, 6 Mar 2019 13:17:20 +0200 Subject: [PATCH] Fixed method class target link --- controller/forwarding.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controller/forwarding.rst b/controller/forwarding.rst index b8fb3bf8c63..f1f6f3531da 100644 --- a/controller/forwarding.rst +++ b/controller/forwarding.rst @@ -5,7 +5,7 @@ How to Forward Requests to another Controller ============================================= Though not very common, you can also forward to another controller internally -with the :method:`Symfony\\Bundle\\FrameworkBundle\\Controller\\AbstractController::forward` +with the :method:`Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerTrait::forward` method. Instead of redirecting the user's browser, this makes an "internal" sub-request and calls the defined controller. The ``forward()`` method returns the :class:`Symfony\\Component\\HttpFoundation\\Response` object that is returned