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
This commit is contained in:
robiinho
2024-02-29 11:31:13 +00:00
committed by GitHub
parent f5233d34bc
commit 26f0e7c487
+1 -1
View File
@@ -170,4 +170,4 @@ flasher:
# types: ['error'],
#
filter_criteria:
limit: 5 # Limit the number of notifications to display
limit: 5