8000
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 f67d11c commit 8cf6050Copy full SHA for 8cf6050
src/Symfony/Component/Notifier/Exception/UnsupportedSchemeException.php
@@ -140,6 +140,18 @@ class UnsupportedSchemeException extends LogicException
140
'class' => Bridge\MessageBird\MessageBirdTransportFactory::class,
141
'package' => 'symfony/message-bird-notifier',
142
],
143
+ 'mobyt' => [
144
+ 'class' => Bridge\Mobyt\MobytTransportFactory::class,
145
+ 'package' => 'symfony/mobyt-notifier',
146
+ ],
147
+ 'linkedin' => [
148
+ 'class' => Bridge\LinkedIn\LinkedInTransportFactory::class,
149
+ 'package' => 'symfony/linked-in-notifier',
150
151
+ 'sendinblue' => [
152
+ 'class' => Bridge\Sendinblue\SendinblueTransportFactory::class,
153
+ 'package' => 'symfony/sendinblue-notifier',
154
155
];
156
157
/**
0 commit comments