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 85a578e commit 9ef4083Copy full SHA for 9ef4083
src/Symfony/Component/Notifier/Transport.php
@@ -24,10 +24,7 @@
24
use Symfony\Component\Notifier\Bridge\Smsapi\SmsapiTransportFactory;
25
use Symfony\Component\Notifier\Bridge\Telegram\TelegramTransportFactory;
26
use Symfony\Component\Notifier\Bridge\Twilio\TwilioTransportFactory;
27
-<<<<<<< HEAD
28
use Symfony\Component\Notifier\Bridge\Zulip\ZulipTransportFactory;
29
-=======
30
->>>>>>> fix php-cs
31
use Symfony\Component\Notifier\Exception\UnsupportedSchemeException;
32
use Symfony\Component\Notifier\Transport\Dsn;
33
use Symfony\Component\Notifier\Transport\FailoverTransport;
0 commit comments