We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d756b0 commit 206d484Copy full SHA for 206d484
cookbook/security/entity_provider.rst
@@ -305,8 +305,8 @@ The code below shows the implementation of the `UserProviderInterface`_ in the
305
To finish the implementation, the configuration of the security layer must be
306
changed to tell Symfony to use the new custom entity provider instead of the
307
generic Doctrine entity provider. It's trival to achieve by removing the
308
-``property`` variable in the ``security.providers.administrators.entity`` in the
309
-``security.yml`` file.
+``property`` field in the ``security.providers.administrators.entity`` section
+of the ``security.yml`` file.
310
311
.. code-block::yaml
312
0 commit comments