File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -653,7 +653,7 @@ by using the native PHP sessions.
653
653
Storing and retrieving information from the session can be easily achieved
654
654
from any controller::
655
655
656
- use Symfony\Component\HttpFoundation\Response ;
656
+ use Symfony\Component\HttpFoundation\Request ;
657
657
658
658
public function indexAction(Request $request)
659
659
{
@@ -781,7 +781,7 @@ The Request Object
781
781
782
782
Besides the values of the routing placeholders, the controller also has access
783
783
to the ``Request `` object. The framework injects the ``Request `` object in the
784
- controller if a variable is type hinted with
784
+ controller if a variable is type- hinted with
785
785
`Symfony\Component\HttpFoundation\Request `::
786
786
787
787
use Symfony\Component\HttpFoundation\Request;
You can’t perform that action at this time.
0 commit comments