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:
38
38
services like Slack and Telegram;
39
39
* :ref: `Email channel <notifier-email-channel >` integrates the :doc: `Symfony Mailer </mailer >`;
40
40
* 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.
42
42
43
43
.. tip ::
44
44
@@ -339,6 +339,8 @@ notification emails:
339
339
;
340
340
};
341
341
342
+ .. _notifier-push-channel :
343
+
342
344
Push Channel
343
345
~~~~~~~~~~~~
344
346
@@ -357,7 +359,7 @@ integration with these push services:
357
359
Service Package DSN
358
360
============== ==================================== =================================================================================
359
361
Expo ``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 ``
361
363
============== ==================================== =================================================================================
362
364
363
365
.. versionadded :: 5.4
You can’t perform that action at this time.
0 commit comments