Skip to content

Commit 78e8d60

Browse files
committed
Merge branch '6.0' into 6.1
* 6.0: [Notifier] Add PushNotificationInterface to the list of interfaces to customize a notification
2 parents 653f0ff + e4ffcc9 commit 78e8d60

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
@@ -685,9 +685,10 @@ and its ``asChatMessage()`` method::
685685
}
686686

687687
The
688-
:class:`Symfony\\Component\\Notifier\\Notification\\SmsNotificationInterface`
689-
and
688+
:class:`Symfony\\Component\\Notifier\\Notification\\SmsNotificationInterface`,
690689
:class:`Symfony\\Component\\Notifier\\Notification\\EmailNotificationInterface`
690+
and
691+
:class:`Symfony\\Component\\Notifier\\Notification\\PushNotificationInterface`
691692
also exists to modify messages sent to those channels.
692693

693694
Customize Browser Notifications (Flash Messages)

0 commit comments

Comments
 (0)