From d5476df14c7f8adf14b20a91b17bfff06e6acdfa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Thu, 14 Dec 2023 21:17:47 +0100 Subject: [PATCH] rename main firewall --- tests/app/config/packages/security.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/app/config/packages/security.yaml b/tests/app/config/packages/security.yaml index b028b50e5..a1a257736 100644 --- a/tests/app/config/packages/security.yaml +++ b/tests/app/config/packages/security.yaml @@ -40,7 +40,7 @@ security: authenticators: - lexik_jwt_authentication.jwt_token_authenticator - default: + main: # remove during upgrade from symfony 4 to symfony 5 TODO check this #anonymous: ~ provider: chain_provider