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 ab7d787 + 4ce4514 commit acce02fCopy full SHA for acce02f
Exception/UnsupportedSchemeException.php
@@ -72,6 +72,10 @@ class UnsupportedSchemeException extends LogicException
72
'class' => Bridge\SpotHit\SpotHitTransportFactory::class,
73
'package' => 'symfony/spot-hit-notifier',
74
],
75
+ 'fakesms' => [
76
+ 'class' => Bridge\FakeSms\FakeSmsTransportFactory::class,
77
+ 'package' => 'symfony/fake-sms-notifier',
78
+ ],
79
'ovhcloud' => [
80
'class' => Bridge\OvhCloud\OvhCloudTransportFactory::class,
81
'package' => 'symfony/ovh-cloud-notifier',
0 commit comments