Skip to content

Commit 69036a3

Browse files
committed
[#8579] Follow-up
1 parent 4ce7f81 commit 69036a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

best_practices/security.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ which uses a login form to load users from the database:
5050
5151
providers:
5252
database_users:
53-
entity: { class: App:User, property: username }
53+
entity: { class: App\Entity\User, property: username }
5454
5555
firewalls:
5656
secured_area:

0 commit comments

Comments
 (0)