Skip to content

Commit e4ffcc9

Browse files
committed
Merge branch '5.4' into 6.0
* 5.4: [Notifier] Add PushNotificationInterface to the list of interfaces to customize a notification
2 parents 452a92c + 54c98ca commit e4ffcc9

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
@@ -670,9 +670,10 @@ and its ``asChatMessage()`` method::
670670
}
671671

672672
The
673-
:class:`Symfony\\Component\\Notifier\\Notification\\SmsNotificationInterface`
674-
and
673+
:class:`Symfony\\Component\\Notifier\\Notification\\SmsNotificationInterface`,
675674
:class:`Symfony\\Component\\Notifier\\Notification\\EmailNotificationInterface`
675+
and
676+
:class:`Symfony\\Component\\Notifier\\Notification\\PushNotificationInterface`
676677
also exists to modify messages sent to those channels.
677678

678679
Disabling Delivery

0 commit comments

Comments
 (0)