Skip to content

Commit c97418f

Browse files
committed
minor #4073 Reworded bundle requirement (WouterJ)
This PR was merged into the 2.3 branch. Discussion ---------- Reworded bundle requirement I can remember that we talked about this one, but I can't find it anymore. If anyone spots a PR which is already fixing this, I'll close this one a.s.a.p. | Q | A | --- | --- | Doc fix? | yes | New docs? | no | Applies to | all | Ficket tickets | not sure Commits ------- b6f921b Reworded bundle requirement
2 parents e5d5eb8 + b6f921b commit c97418f

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

cookbook/security/entity_provider.rst

+8-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,14 @@ Finally, the tutorial will demonstrate how to create a custom
2525
:class:`Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider` object to
2626
retrieve users from a database with custom conditions.
2727

28-
This tutorial assumes there is a bootstrapped and loaded
29-
``Acme\UserBundle`` bundle in the application kernel.
28+
.. sidebar:: Code along with the Example
29+
30+
If you want to follow along with the example in this chapter, create
31+
an AcmeUserBundle via:
32+
33+
.. code-block:: bash
34+
35+
$ php app/console generate:bundle --namespace=Acme/UserBundle
3036
3137
The Data Model
3238
--------------

0 commit comments

Comments
 (0)