Skip to content

Commit c2ab1f2

Browse files
committed
feature #39948 [Notifier] [SpotHit] Add the bridge (JamesHemery)
This PR was squashed before being merged into the 5.3-dev branch. Discussion ---------- [Notifier] [SpotHit] Add the bridge | Q | A | ------------- | --- | Branch? | 5.x | Bug fix? | no | New feature? | yes | Deprecations? | no | License | MIT | Doc PR | symfony/symfony-docs#14869 | Recipe PR | symfony/recipes#881 @OskarStark Bridge added :) Commits ------- afcca88af2 [Notifier] [SpotHit] Add the bridge
2 parents 6eae2c8 + 74ddd86 commit c2ab1f2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Exception/UnsupportedSchemeException.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,10 @@ class UnsupportedSchemeException extends LogicException
6868
'class' => Bridge\FreeMobile\FreeMobileTransportFactory::class,
6969
'package' => 'symfony/free-mobile-notifier',
7070
],
71+
'spothit' => [
72+
'class' => Bridge\SpotHit\SpotHitTransportFactory::class,
73+
'package' => 'symfony/spothit-notifier',
74+
],
7175
'ovhcloud' => [
7276
'class' => Bridge\OvhCloud\OvhCloudTransportFactory::class,
7377
'package' => 'symfony/ovh-cloud-notifier',

0 commit comments

Comments
 (0)