Skip to content

Commit 2326e5d

Browse files
committed
Escape backlashes in class name
1 parent a9e6825 commit 2326e5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security/remember_me.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ Storing remember me tokens in the database
266266
By default, tokens are stored in a cookie. You can choose to store the token in a database,
267267
to not have a (hashed) version of the password in a cookie.
268268
The DoctrineBridge comes with a
269-
:class:`Symfony\Bridge\Doctrine\Security\RememberMe\DoctrineTokenProvider` class
269+
:class:`Symfony\\Bridge\\Doctrine\\Security\\RememberMe\\DoctrineTokenProvider` class
270270
that you can use. In order to use the ``DoctrineTokenProvider``, you first
271271
need to register it as a service:
272272

0 commit comments

Comments
 (0)