Skip to content

Commit 5dbace5

Browse files
authored
Fix notifier.flash_message_importance_mapper service definition
1 parent 0a258db commit 5dbace5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

notifier.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -717,7 +717,8 @@ typical alert levels, which you can implement immediately using:
717717
718718
# config/services.yaml
719719
services:
720-
notifier.flash_message_importance_mapper: Symfony\Component\Notifier\FlashMessage\BootstrapFlashMessageImportanceMapper
720+
notifier.flash_message_importance_mapper:
721+
class: Symfony\Component\Notifier\FlashMessage\BootstrapFlashMessageImportanceMapper
721722
722723
.. code-block:: xml
723724

0 commit comments

Comments
 (0)