Skip to content

Commit b5b1a4d

Browse files
Thomas Ferneyfabpot
authored andcommitted
[Notifier] add OvhCloud bridge
1 parent 0c8ea69 commit b5b1a4d

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

Exception/UnsupportedSchemeException.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@ class UnsupportedSchemeException extends LogicException
5050
'class' => Bridge\Firebase\FirebaseTransportFactory::class,
5151
'package' => 'symfony/firebase-notifier',
5252
],
53+
'ovhcloud' => [
54+
'class' => Bridge\OvhCloud\OvhCloudTransportFactory::class,
55+
'package' => 'symfony/ovhcloud-notifier',
56+
],
5357
];
5458

5559
/**

Transport.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
use Symfony\Component\Notifier\Bridge\Firebase\FirebaseTransportFactory;
1515
use Symfony\Component\Notifier\Bridge\Mattermost\MattermostTransportFactory;
1616
use Symfony\Component\Notifier\Bridge\Nexmo\NexmoTransportFactory;
17+
use Symfony\Component\Notifier\Bridge\OvhCloud\OvhCloudTransportFactory;
1718
use Symfony\Component\Notifier\Bridge\RocketChat\RocketChatTransportFactory;
1819
use Symfony\Component\Notifier\Bridge\Slack\SlackTransportFactory;
1920
use Symfony\Component\Notifier\Bridge\Telegram\TelegramTransportFactory;
@@ -43,6 +44,7 @@ class Transport
4344
NexmoTransportFactory::class,
4445
RocketChatTransportFactory::class,
4546
TwilioTransportFactory::class,
47+
OvhCloudTransportFactory::class,
4648
FirebaseTransportFactory::class,
4749
];
4850

0 commit comments

Comments
 (0)