From b54e2a51f9baf00eca8bdcf5ea1767535785dc5d Mon Sep 17 00:00:00 2001 From: Ryan Prather Date: Sun, 9 Feb 2025 18:09:11 -0500 Subject: [PATCH] ref: security.yaml * update entity path after moving entities around --- config/packages/security.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/packages/security.yaml b/config/packages/security.yaml index 11e28ef..b2515c8 100644 --- a/config/packages/security.yaml +++ b/config/packages/security.yaml @@ -7,7 +7,7 @@ security: # used to reload user from session & other features (e.g. switch_user) app_user_provider: entity: - class: App\Entity\User + class: App\Entity\System\User property: username # used to reload user from session & other features (e.g. switch_user) firewalls: