From 26f0e7c4873a96dcca5372e71a78d5dd087c9713 Mon Sep 17 00:00:00 2001 From: robiinho Date: Thu, 29 Feb 2024 11:31:13 +0000 Subject: [PATCH] Update config.yaml , # after a line blocked the flasher.yaml to be parsed by symfony7 Cause trouble in symfony7 where flasher.yaml wasn't interpreted due to the # comment after limit: 5 --- src/Symfony/Resources/config/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Resources/config/config.yaml b/src/Symfony/Resources/config/config.yaml index c94e0747..b0d1f93e 100644 --- a/src/Symfony/Resources/config/config.yaml +++ b/src/Symfony/Resources/config/config.yaml @@ -170,4 +170,4 @@ flasher: # types: ['error'], # filter_criteria: - limit: 5 # Limit the number of notifications to display + limit: 5