Skip to content

Commit 1e49d52

Browse files
committed
fixing syntax error
1 parent df05fdb commit 1e49d52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ can also create your own :ref:`custom user provider <security-custom-user-provid
354354
for their service ID: ``security.user.provider.concrete.<your-provider-name>``
355355
(where ``<your-provider-name>`` is the configuration key, e.g.
356356
``app_user_provider``). If you only have one user provider, you can autowire
357-
it using the :class:`Symfony\Component\Security\Core\User\UserProviderInterface`
357+
it using the :class:`Symfony\\Component\\Security\\Core\\User\\UserProviderInterface`
358358
type-hint.
359359

360360
.. _security-encoding-user-password:

0 commit comments

Comments
 (0)