8000 Add missing entries in scheme to package map · symfony/symfony@8cf6050 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8cf6050

Browse files
committed
Add missing entries in scheme to package map
1 parent f67d11c commit 8cf6050

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/Symfony/Component/Notifier/Exception/UnsupportedSchemeException.php

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,18 @@ class UnsupportedSchemeException extends LogicException
140140
'class' => Bridge\MessageBird\MessageBirdTransportFactory::class,
141141
'package' => 'symfony/message-bird-notifier',
142142
],
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+
],
143155
];
144156

145157
/**

0 commit comments

Comments
 (0)
0