File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ The notifier component supports the following channels:
3838 services like Slack and Telegram;
3939* :ref: `Email channel <notifier-email-channel >` integrates the :doc: `Symfony Mailer </mailer >`;
4040* Browser channel uses :ref: `flash messages <flash-messages >`.
41- * Push Channel sends notifications to phones and browsers via push notifications.
41+ * :ref: ` Push channel < notifier-push-channel >` sends notifications to phones and browsers via push notifications.
4242
4343.. tip ::
4444
@@ -339,6 +339,8 @@ notification emails:
339339 ;
340340 };
341341
342+ .. _notifier-push-channel :
343+
342344Push Channel
343345~~~~~~~~~~~~
344346
@@ -357,7 +359,7 @@ integration with these push services:
357359Service Package DSN
358360============== ==================================== =================================================================================
359361Expo ``symfony/expo-notifier `` ``expo://Token@default ``
360- OneSignal ``symfony/one-signal-notifier `` ``onesignal://APP_ID:API_KEY@default?defaultRecipientId=DEFAULT_RECIPIENT_ID'' ``
362+ OneSignal ``symfony/one-signal-notifier `` ``onesignal://APP_ID:API_KEY@default?defaultRecipientId=DEFAULT_RECIPIENT_ID ``
361363============== ==================================== =================================================================================
362364
363365.. versionadded :: 5.4
You can’t perform that action at this time.
0 commit comments