Skip to content

Commit 202740b

Browse files
authored
rewording
1 parent 7d95e12 commit 202740b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

security/entity_provider.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,12 @@ and :ref:`user serialization to the session <security-serialize-equatable>`
3535

3636
1) Create your User Entity
3737
--------------------------
38-
Firstable you need to require a Symfony security
38+
39+
Before you begin, first make sure you install the Security component:
3940

4041
.. code-block:: terminal
4142
42-
$ composer req security
43+
$ composer require security
4344
4445
For this entry, suppose that you already have a ``User`` entity inside an
4546
``AppBundle`` with the following fields: ``id``, ``username``, ``password``,

0 commit comments

Comments
 (0)