File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 1313
1414use Symfony \Component \Notifier \Bridge \AllMySms \AllMySmsTransportFactory ;
1515use Symfony \Component \Notifier \Bridge \AmazonSns \AmazonSnsTransportFactory ;
16+ use Symfony \Component \Notifier \Bridge \Chatwork \ChatworkTransportFactory ;
1617use Symfony \Component \Notifier \Bridge \Clickatell \ClickatellTransportFactory ;
1718use Symfony \Component \Notifier \Bridge \ContactEveryone \ContactEveryoneTransportFactory ;
1819use 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,
You can’t perform that action at this time.
0 commit comments