Skip to content

Commit ab2b6ad

Browse files
committed
minor #11106 do not mention the internal ControllerTrait (xabbuh)
This PR was merged into the 4.2 branch. Discussion ---------- do not mention the internal ControllerTrait see #11096 (comment) Commits ------- 9d29c39 do not mention the internal ControllerTrait
2 parents cc831f0 + 9d29c39 commit ab2b6ad

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

controller/forwarding.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@ How to Forward Requests to another Controller
66

77
Though not very common, you can also forward to another controller internally
88
with the ``forward()`` method provided by the
9-
:class:`Symfony\\Bundle\\FrameworkBundle\\Controller\\AbstractController` class
10-
(or :class:`Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerTrait` if
11-
your controller doesn't extend from ``AbstractController``).
9+
:class:`Symfony\\Bundle\\FrameworkBundle\\Controller\\AbstractController`
10+
class.
1211

1312
Instead of redirecting the user's browser, this makes an "internal" sub-request
1413
and calls the defined controller. The ``forward()`` method returns the

0 commit comments

Comments
 (0)