Skip to content

Commit 3927f2d

Browse files
committed
Fixed a syntax issue
1 parent 600c0a5 commit 3927f2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

session/database.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ First, define a Symfony service for the connection to the Redis server:
7777
;
7878
7979
Now pass this ``\Redis`` connection as an argument of the service associated to the
80-
:class:`Symfony\Component\HttpFoundation\Session\Storage\Handler\RedisSessionHandler`.
80+
:class:`Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\RedisSessionHandler`.
8181
This argument can also be a ``\RedisArray``, ``\RedisCluster``, ``\Predis\Client``,
8282
and ``RedisProxy``:
8383

0 commit comments

Comments
 (0)