We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5dbd49 commit 4422c10Copy full SHA for 4422c10
cookbook/security/entity_provider.rst
@@ -583,6 +583,11 @@ The code below shows the implementation of the
583
}
584
585
586
+.. tip::
587
+
588
+ Don't forget to
589
+ :ref: `add the repository class to the mapping definition of your entity <book-doctrine-custom-repository-classes>`.
590
591
To finish the implementation, the configuration of the security layer must be
592
changed to tell Symfony to use the new custom entity provider instead of the
593
generic Doctrine entity provider. It's trivial to achieve by removing the
0 commit comments