Skip to content

Commit

Permalink
Add Sweego Notifier bridge
Browse files Browse the repository at this point in the history
  • Loading branch information
welcoMattic committed Oct 17, 2024
1 parent ccf1571 commit 1a2a163
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Exception/UnsupportedSchemeException.php
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,10 @@ class UnsupportedSchemeException extends LogicException
'class' => Bridge\SpotHit\SpotHitTransportFactory::class,
'package' => 'symfony/spot-hit-notifier',
],
'sweego' => [
'class' => Bridge\Sweego\SweegoTransportFactory::class,
'package' => 'symfony/sweego-notifier',
],
'telegram' => [
'class' => Bridge\Telegram\TelegramTransportFactory::class,
'package' => 'symfony/telegram-notifier',
Expand Down
1 change: 1 addition & 0 deletions Tests/Exception/UnsupportedSchemeExceptionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ public static function setUpBeforeClass(): void
Bridge\Smsmode\SmsmodeTransportFactory::class => false,
Bridge\SmsSluzba\SmsSluzbaTransportFactory::class => false,
Bridge\SpotHit\SpotHitTransportFactory::class => false,
Bridge\Sweego\SweegoTransportFactory::class => false,
Bridge\Telegram\TelegramTransportFactory::class => false,
Bridge\Telnyx\TelnyxTransportFactory::class => false,
Bridge\Termii\TermiiTransportFactory::class => false,
Expand Down
1 change: 1 addition & 0 deletions Transport.php
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ final class Transport
Bridge\Smsmode\SmsmodeTransportFactory::class,
Bridge\SmsSluzba\SmsSluzbaTransportFactory::class,
Bridge\SpotHit\SpotHitTransportFactory::class,
Bridge\Sweego\SweegoTransportFactory::class,
Bridge\Telegram\TelegramTransportFactory::class,
Bridge\Telnyx\TelnyxTransportFactory::class,
Bridge\Termii\TermiiTransportFactory::class,
Expand Down

0 comments on commit 1a2a163

Please sign in to comment.