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 @@ -36,6 +36,10 @@ class UnsupportedSchemeException extends LogicException
36
36
'class ' => Bridge \Esendex \EsendexTransportFactory::class,
37
37
'package ' => 'symfony/esendex-notifier ' ,
38
38
],
39
+ 'expo ' => [
40
+ 'class ' => Bridge \Expo \ExpoTransportFactory::class,
41
+ 'package ' => 'symfony/expo-notifier ' ,
42
+ ],
39
43
'fakechat ' => [
40
44
'class ' => Bridge \FakeChat \FakeChatTransportFactory::class,
41
45
'package ' => 'symfony/fake-chat-notifier ' ,
Original file line number Diff line number Diff line change 16
16
use Symfony \Component \Notifier \Bridge \Clickatell \ClickatellTransportFactory ;
17
17
use Symfony \Component \Notifier \Bridge \Discord \DiscordTransportFactory ;
18
18
use Symfony \Component \Notifier \Bridge \Esendex \EsendexTransportFactory ;
19
+ use Symfony \Component \Notifier \Bridge \Expo \ExpoTransportFactory ;
19
20
use Symfony \Component \Notifier \Bridge \Firebase \FirebaseTransportFactory ;
20
21
use Symfony \Component \Notifier \Bridge \FreeMobile \FreeMobileTransportFactory ;
21
22
use Symfony \Component \Notifier \Bridge \GatewayApi \GatewayApiTransportFactory ;
@@ -70,6 +71,7 @@ class Transport
70
71
ClickatellTransportFactory::class,
71
72
DiscordTransportFactory::class,
72
73
EsendexTransportFactory::class,
74
+ ExpoTransportFactory::class,
73
75
FirebaseTransportFactory::class,
74
76
FreeMobileTransportFactory::class,
75
77
GatewayApiTransportFactory::class,
You can’t perform that action at this time.
0 commit comments