Skip to content

Commit e96d9ff

Browse files
wouterjweaverryan
authored andcommitted
Improved code readability
1 parent e2e2036 commit e96d9ff

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

book/security.rst

+3-1
Original file line numberDiff line numberDiff line change
@@ -1226,7 +1226,9 @@ class:
12261226
security:
12271227
providers:
12281228
main:
1229-
entity: { class: Acme\UserBundle\Entity\User, property: username }
1229+
entity:
1230+
class: Acme\UserBundle\Entity\User
1231+
property: username
12301232
12311233
.. code-block:: xml
12321234

0 commit comments

Comments
 (0)