Skip to content

Commit ee72646

Browse files
committed
feature #47373 [Notifier] Add Chatwork Notifier Bridge (Ippey)
This PR was squashed before being merged into the 6.2 branch. Discussion ---------- [Notifier] Add Chatwork Notifier Bridge | Q | A | ------------- | --- | Branch? | 6.2 | Bug fix? | no | New feature? | yes | Deprecations? | no | License | MIT Add Chatwork Notifier Bridge. [Chatwork](https://go.chatwork.com/) is one of the popular chat tools in Japan. This bridge allows sending messages to Chatwork via [Chatwork API](https://developer.chatwork.com/docs). Commits ------- 6dcab51f3f [Notifier] Add Chatwork Notifier Bridge
2 parents c383bdd + f4e0876 commit ee72646

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)