Skip to content

Commit 73aa358

Browse files
committed
minor #17363 [Notifier] Fix notifier.flash_message_importance_mapper service definition (nlemoine)
This PR was merged into the 6.1 branch. Discussion ---------- [Notifier] Fix `notifier.flash_message_importance_mapper` service definition <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `6.x` for features of unreleased versions). --> Commits ------- 5dbace5 Fix `notifier.flash_message_importance_mapper` service definition
2 parents e9137e0 + 5dbace5 commit 73aa358

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)