File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -124,6 +124,10 @@ class UnsupportedSchemeException extends LogicException
124124 'class ' => Bridge \LightSms \LightSmsTransportFactory::class,
125125 'package ' => 'symfony/light-sms-notifier ' ,
126126 ],
127+ 'linebot ' => [
128+ 'class ' => Bridge \LineBot \LineBotTransportFactory::class,
129+ 'package ' => 'symfony/line-bot-notifier ' ,
130+ ],
127131 'linenotify ' => [
128132 'class ' => Bridge \LineNotify \LineNotifyTransportFactory::class,
129133 'package ' => 'symfony/line-notify-notifier ' ,
Original file line number Diff line number Diff line change @@ -52,6 +52,7 @@ public static function setUpBeforeClass(): void
5252 Bridge \Isendpro \IsendproTransportFactory::class => false ,
5353 Bridge \KazInfoTeh \KazInfoTehTransportFactory::class => false ,
5454 Bridge \LightSms \LightSmsTransportFactory::class => false ,
55+ Bridge \LineBot \LineBotTransportFactory::class => false ,
5556 Bridge \LineNotify \LineNotifyTransportFactory::class => false ,
5657 Bridge \LinkedIn \LinkedInTransportFactory::class => false ,
5758 Bridge \Lox24 \Lox24TransportFactory::class => false ,
@@ -147,6 +148,7 @@ public static function messageWhereSchemeIsPartOfSchemeToPackageMapProvider(): \
147148 yield ['isendpro ' , 'symfony/isendpro-notifier ' ];
148149 yield ['kaz-info-teh ' , 'symfony/kaz-info-teh-notifier ' ];
149150 yield ['lightsms ' , 'symfony/light-sms-notifier ' ];
151+ yield ['linebot ' , 'symfony/line-bot-notifier ' ];
150152 yield ['linenotify ' , 'symfony/line-notify-notifier ' ];
151153 yield ['linkedin ' , 'symfony/linked-in-notifier ' ];
152154 yield ['lox24 ' , 'symfony/lox24-notifier ' ];
You can’t perform that action at this time.
0 commit comments