|
55 | 55 | class Transport |
56 | 56 | { |
57 | 57 | private const FACTORY_CLASSES = [ |
58 | | - SlackTransportFactory::class, |
59 | | - TelegramTransportFactory::class, |
60 | | - MattermostTransportFactory::class, |
61 | | - NexmoTransportFactory::class, |
62 | | - IqsmsTransportFactory::class, |
63 | | - RocketChatTransportFactory::class, |
64 | | - TwilioTransportFactory::class, |
65 | 58 | AllMySmsTransportFactory::class, |
66 | | - InfobipTransportFactory::class, |
67 | | - OvhCloudTransportFactory::class, |
| 59 | + ClickatellTransportFactory::class, |
| 60 | + DiscordTransportFactory::class, |
| 61 | + EsendexTransportFactory::class, |
68 | 62 | FirebaseTransportFactory::class, |
69 | | - SinchTransportFactory::class, |
70 | 63 | FreeMobileTransportFactory::class, |
71 | | - ZulipTransportFactory::class, |
72 | | - MobytTransportFactory::class, |
73 | | - SmsapiTransportFactory::class, |
74 | | - EsendexTransportFactory::class, |
75 | | - SendinblueTransportFactory::class, |
76 | | - DiscordTransportFactory::class, |
77 | 64 | GatewayApiTransportFactory::class, |
78 | | - OctopushTransportFactory::class, |
79 | 65 | GitterTransportFactory::class, |
80 | | - ClickatellTransportFactory::class, |
| 66 | + InfobipTransportFactory::class, |
| 67 | + IqsmsTransportFactory::class, |
81 | 68 | LightSmsTransportFactory::class, |
| 69 | + MattermostTransportFactory::class, |
| 70 | + MessageBirdTransportFactory::class, |
82 | 71 | MicrosoftTeamsTransport::class, |
| 72 | + MobytTransportFactory::class, |
| 73 | + NexmoTransportFactory::class, |
| 74 | + OctopushTransportFactory::class, |
| 75 | + OvhCloudTransportFactory::class, |
| 76 | + RocketChatTransportFactory::class, |
| 77 | + SendinblueTransportFactory::class, |
| 78 | + SinchTransportFactory::class, |
| 79 | + SlackTransportFactory::class, |
| 80 | + SmsapiTransportFactory::class, |
83 | 81 | SmsBiurasTransportFactory::class, |
84 | | - MessageBirdTransportFactory::class, |
| 82 | + TelegramTransportFactory::class, |
| 83 | + TwilioTransportFactory::class, |
| 84 | + ZulipTransportFactory::class, |
85 | 85 | ]; |
86 | 86 |
|
87 | 87 | private $factories; |
|
0 commit comments