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
+ 'freemobile ' => [
54
+ 'class ' => Bridge \FreeMobile \FreeMobileTransportFactory::class,
55
+ 'package ' => 'symfony/freemobile-notifier ' ,
56
+ ],
53
57
'ovhcloud ' => [
54
58
'class ' => Bridge \OvhCloud \OvhCloudTransportFactory::class,
55
59
'package ' => 'symfony/ovhcloud-notifier ' ,
Original file line number Diff line number Diff line change 12
12
namespace Symfony \Component \Notifier ;
13
13
14
14
use Symfony \Component \Notifier \Bridge \Firebase \FirebaseTransportFactory ;
15
+ use Symfony \Component \Notifier \Bridge \FreeMobile \FreeMobileTransportFactory ;
15
16
use Symfony \Component \Notifier \Bridge \Mattermost \MattermostTransportFactory ;
16
17
use Symfony \Component \Notifier \Bridge \Nexmo \NexmoTransportFactory ;
17
18
use Symfony \Component \Notifier \Bridge \OvhCloud \OvhCloudTransportFactory ;
@@ -48,6 +49,7 @@ class Transport
48
49
OvhCloudTransportFactory::class,
49
50
FirebaseTransportFactory::class,
50
51
SinchTransportFactory::class,
52
+ FreeMobileTransportFactory::class,
51
53
];
52
54
53
55
private $ factories ;
You can’t perform that action at this time.
0 commit comments