Skip to content

Commit

Permalink
Removed use command
Browse files Browse the repository at this point in the history
As it is no longer needed
  • Loading branch information
scottwarren committed Apr 7, 2014
1 parent 490efdc commit a64f274
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions components/http_foundation/sessions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ implementation of :class:`Symfony\\Component\\HttpFoundation\\Session\\SessionIn

Quick example::

use Symfony\Component\HttpFoundation\Session\Session;

$session = $this->getRequest()->getSession();
$session->start();

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

Examples of setting multiple flashes::

use Symfony\Component\HttpFoundation\Session\Session;

$session = $this->getRequest()->getSession();
$session->start();

Expand Down

0 comments on commit a64f274

Please sign in to comment.