Skip to content

Commit 51df96e

Browse files
dfridrichOskarStark
authored andcommitted
Add sms-sluzba.cz Notifier Bridge
Fix #52975
1 parent 146dffb commit 51df96e

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

Exception/UnsupportedSchemeException.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,10 @@ class UnsupportedSchemeException extends LogicException
256256
'class' => Bridge\Smsmode\SmsmodeTransportFactory::class,
257257
'package' => 'symfony/smsmode-notifier',
258258
],
259+
'sms-sluzba' => [
260+
'class' => Bridge\SmsSluzba\SmsSluzbaTransportFactory::class,
261+
'package' => 'symfony/sms-sluzba-notifier',
262+
],
259263
'sns' => [
260264
'class' => Bridge\AmazonSns\AmazonSnsTransportFactory::class,
261265
'package' => 'symfony/amazon-sns-notifier',

Tests/Exception/UnsupportedSchemeExceptionTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ public static function setUpBeforeClass(): void
8686
Bridge\Smsbox\SmsboxTransportFactory::class => false,
8787
Bridge\Smsc\SmscTransportFactory::class => false,
8888
Bridge\Smsmode\SmsmodeTransportFactory::class => false,
89+
Bridge\SmsSluzba\SmsSluzbaTransportFactory::class => false,
8990
Bridge\SpotHit\SpotHitTransportFactory::class => false,
9091
Bridge\Telegram\TelegramTransportFactory::class => false,
9192
Bridge\Telnyx\TelnyxTransportFactory::class => false,

0 commit comments

Comments
 (0)