Skip to content

Commit

Permalink
Revert some change
Browse files Browse the repository at this point in the history
  • Loading branch information
javiereguiluz committed Feb 19, 2025
1 parent 70c3308 commit 2aef5d4
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions notifier.rst
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,7 @@ Service
`Engagespot`_ **Install**: ``composer require symfony/engagespot-notifier`` \
**DSN**: ``engagespot://API_KEY@default?campaign_name=CAMPAIGN_NAME``
`Expo`_ **Install**: ``composer require symfony/expo-notifier`` \
**DSN**: ``expo://Token@default``
**DSN**: ``expo://TOKEN@default``
`Novu`_ **Install**: ``composer require symfony/novu-notifier`` \
**DSN**: ``novu://API_KEY@default``
`Ntfy`_ **Install**: ``composer require symfony/ntfy-notifier`` \
Expand Down Expand Up @@ -673,12 +673,11 @@ The desktop channel is used to display local desktop notifications on the same
host machine using :class:`Symfony\\Component\\Notifier\\Texter` classes. Currently,
Symfony is integrated with the following providers:

============ ================================================================
Provider
============ ================================================================
`JoliNotif`_ **Install**: ``composer require symfony/joli-notif-notifier`` \
**DSN**: ``jolinotif://default``
============ ================================================================
=============== ================================================ ==============================================================================
Provider Install DSN
=============== ================================================ ==============================================================================
`JoliNotif`_ ``composer require symfony/joli-notif-notifier`` ``jolinotif://default``
=============== ================================================ ==============================================================================

.. versionadded:: 7.2

Expand Down

0 comments on commit 2aef5d4

Please sign in to comment.