Skip to content

Commit aee005d

Browse files
Update src/Symfony/Component/Mailer/Bridge/MicrosoftGraph/Transport/MicrosoftGraphTransportFactory.php
Co-authored-by: Fabien Potencier <fabien@potencier.org>
1 parent b846301 commit aee005d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Mailer/Bridge/MicrosoftGraph/Transport/MicrosoftGraphTransportFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class MicrosoftGraphTransportFactory extends AbstractTransportFactory
2323
{
2424
public function create(Dsn $dsn): TransportInterface
2525
{
26-
if ('microsoft+graphapi' !== $dsn->getScheme()) {
26+
if ('microsoftgraph+api' !== $dsn->getScheme()) {
2727
throw new UnsupportedSchemeException($dsn, 'microsoft graph api', $this->getSupportedSchemes());
2828
}
2929

0 commit comments

Comments
 (0)