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.
1 parent 5cf0568 commit 8aaf75cCopy full SHA for 8aaf75c
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
+ 'fakechat' => [
76
+ 'class' => Bridge\FakeChat\FakeChatTransportFactory::class,
77
+ 'package' => 'symfony/fake-chat-notifier',
78
+ ],
79
'fakesms' => [
80
'class' => Bridge\FakeSms\FakeSmsTransportFactory::class,
81
'package' => 'symfony/fake-sms-notifier',
0 commit comments