Skip to content

Commit a64f274

Browse files
author
scottwarren
committed
Removed use command
As it is no longer needed
1 parent 490efdc commit a64f274

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

components/http_foundation/sessions.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ implementation of :class:`Symfony\\Component\\HttpFoundation\\Session\\SessionIn
1414

1515
Quick example::
1616

17-
use Symfony\Component\HttpFoundation\Session\Session;
18-
1917
$session = $this->getRequest()->getSession();
2018
$session->start();
2119

@@ -289,8 +287,6 @@ to be used for more complex messaging in your application.
289287

290288
Examples of setting multiple flashes::
291289

292-
use Symfony\Component\HttpFoundation\Session\Session;
293-
294290
$session = $this->getRequest()->getSession();
295291
$session->start();
296292

0 commit comments

Comments
 (0)