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 @@ -42,6 +42,10 @@ class UnsupportedSchemeException extends LogicException
42
42
'class ' => Bridge \Twilio \TwilioTransportFactory::class,
43
43
'package ' => 'symfony/twilio-notifier ' ,
44
44
],
45
+ 'firebase ' => [
46
+ 'class ' => Bridge \Firebase \FirebaseTransportFactory::class,
47
+ 'package ' => 'symfony/firebase-notifier ' ,
48
+ ],
45
49
];
46
50
47
51
/**
Original file line number Diff line number Diff line change 11
11
12
12
namespace Symfony \Component \Notifier ;
13
13
14
+ use Symfony \Component \Notifier \Bridge \Firebase \FirebaseTransportFactory ;
14
15
use Symfony \Component \Notifier \Bridge \Mattermost \MattermostTransportFactory ;
15
16
use Symfony \Component \Notifier \Bridge \Nexmo \NexmoTransportFactory ;
16
17
use Symfony \Component \Notifier \Bridge \Slack \SlackTransportFactory ;
@@ -40,6 +41,7 @@ class Transport
40
41
MattermostTransportFactory::class,
41
42
NexmoTransportFactory::class,
42
43
TwilioTransportFactory::class,
44
+ FirebaseTransportFactory::class,
43
45
];
44
46
45
47
private $ factories ;
You can’t perform that action at this time.
0 commit comments