Skip to content

Commit

Permalink
minor #4073 Reworded bundle requirement (WouterJ)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
weaverryan committed Aug 4, 2014
2 parents e5d5eb8 + b6f921b commit c97418f
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions cookbook/security/entity_provider.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,14 @@ Finally, the tutorial will demonstrate how to create a custom
:class:`Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider` object to
retrieve users from a database with custom conditions.

This tutorial assumes there is a bootstrapped and loaded
``Acme\UserBundle`` bundle in the application kernel.
.. sidebar:: Code along with the Example

If you want to follow along with the example in this chapter, create
an AcmeUserBundle via:

.. code-block:: bash
$ php app/console generate:bundle --namespace=Acme/UserBundle
The Data Model
--------------
Expand Down

0 comments on commit c97418f

Please sign in to comment.