From cabbf32d1b839c006bd4ce60ecd02d0475c0ab5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20TANNEUX?= Date: Thu, 2 Apr 2026 16:36:08 +0200 Subject: [PATCH] fix: Wrong synthax for the options of the bdf serializer (#FRAM-224) --- Resources/config/queue.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/config/queue.yaml b/Resources/config/queue.yaml index 18259bb..48c49c0 100644 --- a/Resources/config/queue.yaml +++ b/Resources/config/queue.yaml @@ -82,7 +82,7 @@ services: arguments: - '@?bdf_serializer' - 'json' - - [include_type: false, remove_default_value: false] + - { include_type: false, remove_default_value: false } #Consumer