Skip to content

Commit 1c74239

Browse files
Add missing definition to UnsupportedSchemeException
1 parent d896b3a commit 1c74239

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,10 @@ class UnsupportedSchemeException extends LogicException
7676
'class' => Bridge\Mailtrap\Transport\MailtrapTransportFactory::class,
7777
'package' => 'symfony/mailtrap-mailer',
7878
],
79+
'microsoftgraph' => [
80+
'class' => Bridge\MicrosoftGraph\Transport\MicrosoftGraphTransportFactory::class,
81+
'package' => 'symfony/microsoft-graph-mailer',
82+
],
7983
'resend' => [
8084
'class' => Bridge\Resend\Transport\ResendTransportFactory::class,
8185
'package' => 'symfony/resend-mailer',

0 commit comments

Comments
 (0)