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 @@ -50,6 +50,10 @@ class UnsupportedSchemeException extends LogicException
50
50
'class ' => Bridge \Firebase \FirebaseTransportFactory::class,
51
51
'package ' => 'symfony/firebase-notifier ' ,
52
52
],
53
+ 'ovhcloud ' => [
54
+ 'class ' => Bridge \OvhCloud \OvhCloudTransportFactory::class,
55
+ 'package ' => 'symfony/ovhcloud-notifier ' ,
56
+ ],
53
57
];
54
58
55
59
/**
Original file line number Diff line number Diff line change 14
14
use Symfony \Component \Notifier \Bridge \Firebase \FirebaseTransportFactory ;
15
15
use Symfony \Component \Notifier \Bridge \Mattermost \MattermostTransportFactory ;
16
16
use Symfony \Component \Notifier \Bridge \Nexmo \NexmoTransportFactory ;
17
+ use Symfony \Component \Notifier \Bridge \OvhCloud \OvhCloudTransportFactory ;
17
18
use Symfony \Component \Notifier \Bridge \RocketChat \RocketChatTransportFactory ;
18
19
use Symfony \Component \Notifier \Bridge \Slack \SlackTransportFactory ;
19
20
use Symfony \Component \Notifier \Bridge \Telegram \TelegramTransportFactory ;
@@ -43,6 +44,7 @@ class Transport
43
44
NexmoTransportFactory::class,
44
45
RocketChatTransportFactory::class,
45
46
TwilioTransportFactory::class,
47
+ OvhCloudTransportFactory::class,
46
48
FirebaseTransportFactory::class,
47
49
];
48
50
You can’t perform that action at this time.
0 commit comments