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 35bd405 commit ba65ec3Copy full SHA for ba65ec3
src/Symfony/Component/Notifier/Bridge/Esendex/EsendexTransportFactory.php
@@ -29,7 +29,7 @@ public function create(Dsn $dsn): TransportInterface
29
{
30
$scheme = $dsn->getScheme();
31
32
- if ('esendex' === $scheme) {
+ if ('esendex' !== $scheme) {
33
throw new UnsupportedSchemeException($dsn, 'esendex', $this->getSupportedSchemes());
34
}
35
0 commit comments