Skip to content

Commit 3330c31

Browse files
authored
Update forwarding.rst
1 parent af0422e commit 3330c31

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

controller/forwarding.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ Instead of redirecting the user's browser, this makes an "internal" sub-request
1313
and calls the defined controller. The ``forward()`` method returns the
1414
:class:`Symfony\\Component\\HttpFoundation\\Response` object that is returned
1515
from *that* controller::
16-
17-
// src/Controller/OneController.php
1816

1917
public function index($name): Response
2018
{

0 commit comments

Comments
 (0)