We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6eae2c8 + 74ddd86 commit c2ab1f2Copy full SHA for c2ab1f2
Exception/UnsupportedSchemeException.php
@@ -68,6 +68,10 @@ class UnsupportedSchemeException extends LogicException
68
'class' => Bridge\FreeMobile\FreeMobileTransportFactory::class,
69
'package' => 'symfony/free-mobile-notifier',
70
],
71
+ 'spothit' => [
72
+ 'class' => Bridge\SpotHit\SpotHitTransportFactory::class,
73
+ 'package' => 'symfony/spothit-notifier',
74
+ ],
75
'ovhcloud' => [
76
'class' => Bridge\OvhCloud\OvhCloudTransportFactory::class,
77
'package' => 'symfony/ovh-cloud-notifier',
0 commit comments