From ce1f64c2e944db40bc6b743b3efdf864c879aba0 Mon Sep 17 00:00:00 2001 From: "Astro Otter [PROD]" Date: Wed, 25 Sep 2024 10:55:37 +0200 Subject: [PATCH] Fix config api platform --- api/config/packages/api_platform.yaml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/api/config/packages/api_platform.yaml b/api/config/packages/api_platform.yaml index c3c78af..c20ce0e 100644 --- a/api/config/packages/api_platform.yaml +++ b/api/config/packages/api_platform.yaml @@ -19,7 +19,8 @@ api_platform: extra_properties: standard_put: true rfc_7807_compliant_errors: true -<<<<<<< ours + use_symfony_listeners: false + keep_legacy_inflector: false swagger: api_keys: JWT: @@ -40,7 +41,3 @@ when@prod: enable_entrypoint: false enable_swagger: false enable_swagger_ui: false -======= - keep_legacy_inflector: false - use_symfony_listeners: true ->>>>>>> theirs