Skip to content

Commit 7555942

Browse files
author
Jhonny Lidfors
committed
Use correct Session namespace
1 parent 73ccc8b commit 7555942

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

book/internals.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ variables:
4040
* The :class:`Symfony\\Component\\HttpFoundation\\Response` class abstracts
4141
some PHP functions like ``header()``, ``setcookie()``, and ``echo``;
4242

43-
* The :class:`Symfony\\Component\\HttpFoundation\\Session` class and
44-
:class:`Symfony\\Component\\HttpFoundation\\SessionStorage\\SessionStorageInterface`
43+
* The :class:`Symfony\\Component\\HttpFoundation\\Session\\Session` class and
44+
:class:`Symfony\\Component\\HttpFoundation\\Session\\Storage\\SessionStorageInterface`
4545
interface abstract session management ``session_*()`` functions.
4646

4747
.. note::

0 commit comments

Comments
 (0)