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 6c87fbb commit 85a578eCopy full SHA for 85a578e
src/Symfony/Component/Notifier/Transport.php
@@ -24,7 +24,10 @@
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