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 13
13
14
14
use Symfony \Component \Notifier \Bridge \AllMySms \AllMySmsTransportFactory ;
15
15
use Symfony \Component \Notifier \Bridge \AmazonSns \AmazonSnsTransportFactory ;
16
+ use Symfony \Component \Notifier \Bridge \Chatwork \ChatworkTransportFactory ;
16
17
use Symfony \Component \Notifier \Bridge \Clickatell \ClickatellTransportFactory ;
17
18
use Symfony \Component \Notifier \Bridge \ContactEveryone \ContactEveryoneTransportFactory ;
18
19
use Symfony \Component \Notifier \Bridge \Discord \DiscordTransportFactory ;
@@ -73,6 +74,7 @@ final class Transport
73
74
private const FACTORY_CLASSES = [
74
75
AllMySmsTransportFactory::class,
75
76
AmazonSnsTransportFactory::class,
77
+ ChatworkTransportFactory::class,
76
78
ClickatellTransportFactory::class,
77
79
ContactEveryoneTransportFactory::class,
78
80
DiscordTransportFactory::class,
You can’t perform that action at this time.
0 commit comments