Skip to content

Commit 1485550

Browse files
committed
Merge branch '6.2' into 6.3
* 6.2: [Notifier] Add PushNotificationInterface to the list of interfaces to customize a notification
2 parents 0c7f653 + 89d56f6 commit 1485550

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
@@ -714,9 +714,10 @@ and its ``asChatMessage()`` method::
714714
}
715715

716716
The
717-
:class:`Symfony\\Component\\Notifier\\Notification\\SmsNotificationInterface`
718-
and
717+
:class:`Symfony\\Component\\Notifier\\Notification\\SmsNotificationInterface`,
719718
:class:`Symfony\\Component\\Notifier\\Notification\\EmailNotificationInterface`
719+
and
720+
:class:`Symfony\\Component\\Notifier\\Notification\\PushNotificationInterface`
720721
also exists to modify messages sent to those channels.
721722

722723
Customize Browser Notifications (Flash Messages)

0 commit comments

Comments
 (0)