ref: security.yaml

* update entity path after moving entities around
This commit is contained in:
Ryan Prather 2025-02-09 18:09:11 -05:00
parent d51c67db3d
commit b54e2a51f9

View File

@ -7,7 +7,7 @@ security:
# used to reload user from session & other features (e.g. switch_user) # used to reload user from session & other features (e.g. switch_user)
app_user_provider: app_user_provider:
entity: entity:
class: App\Entity\User class: App\Entity\System\User
property: username property: username
# used to reload user from session & other features (e.g. switch_user) # used to reload user from session & other features (e.g. switch_user)
firewalls: firewalls: