Skip to content

Commit 4ceb773

Browse files
committed
[Notifier] Add PushNotificationInterface to the list of interfaces to customize a notification
1 parent 01041a0 commit 4ceb773

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
@@ -724,9 +724,10 @@ and its ``asChatMessage()`` method::
724724
}
725725

726726
The
727-
:class:`Symfony\\Component\\Notifier\\Notification\\SmsNotificationInterface`
728-
and
727+
:class:`Symfony\\Component\\Notifier\\Notification\\SmsNotificationInterface`,
729728
:class:`Symfony\\Component\\Notifier\\Notification\\EmailNotificationInterface`
729+
and
730+
:class:`Symfony\\Component\\Notifier\\Notification\\PushNotificationInterface`
730731
also exists to modify messages sent to those channels.
731732

732733
Disabling Delivery

0 commit comments

Comments
 (0)