Skip to content

Commit 89d56f6

Browse files
committed
Merge branch '6.1' into 6.2
* 6.1: [Notifier] Add PushNotificationInterface to the list of interfaces to customize a notification
2 parents 20f2616 + 78e8d60 commit 89d56f6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

notifier.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -697,9 +697,10 @@ and its ``asChatMessage()`` method::
697697
}
698698

699699
The
700-
:class:`Symfony\\Component\\Notifier\\Notification\\SmsNotificationInterface`
701-
and
700+
:class:`Symfony\\Component\\Notifier\\Notification\\SmsNotificationInterface`,
702701
:class:`Symfony\\Component\\Notifier\\Notification\\EmailNotificationInterface`
702+
and
703+
:class:`Symfony\\Component\\Notifier\\Notification\\PushNotificationInterface`
703704
also exists to modify messages sent to those channels.
704705

705706
Customize Browser Notifications (Flash Messages)

0 commit comments

Comments
 (0)