Skip to content

Commit f4e0876

Browse files
Ippeyfabpot
authored andcommitted
[Notifier] Add Chatwork Notifier Bridge
1 parent 946d018 commit f4e0876

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Transport.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313

1414
use Symfony\Component\Notifier\Bridge\AllMySms\AllMySmsTransportFactory;
1515
use Symfony\Component\Notifier\Bridge\AmazonSns\AmazonSnsTransportFactory;
16+
use Symfony\Component\Notifier\Bridge\Chatwork\ChatworkTransportFactory;
1617
use Symfony\Component\Notifier\Bridge\Clickatell\ClickatellTransportFactory;
1718
use Symfony\Component\Notifier\Bridge\ContactEveryone\ContactEveryoneTransportFactory;
1819
use Symfony\Component\Notifier\Bridge\Discord\DiscordTransportFactory;
@@ -73,6 +74,7 @@ final class Transport
7374
private const FACTORY_CLASSES = [
7475
AllMySmsTransportFactory::class,
7576
AmazonSnsTransportFactory::class,
77+
ChatworkTransportFactory::class,
7678
ClickatellTransportFactory::class,
7779
ContactEveryoneTransportFactory::class,
7880
DiscordTransportFactory::class,

0 commit comments

Comments
 (0)