File tree Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -52,6 +52,10 @@ class UnsupportedSchemeException extends LogicException
52
52
'class ' => Bridge \Firebase \FirebaseTransportFactory::class,
53
53
'package ' => 'symfony/firebase-notifier ' ,
54
54
],
55
+ 'forty-six-elks ' => [
56
+ 'class ' => Bridge \FortySixElks \FortySixElksTransportFactory::class,
57
+ 'package ' => 'symfony/forty-six-elks-notifier ' ,
58
+ ],
55
59
'freemobile ' => [
56
60
'class ' => Bridge \FreeMobile \FreeMobileTransportFactory::class,
57
61
'package ' => 'symfony/free-mobile-notifier ' ,
Original file line number Diff line number Diff line change 21
21
use Symfony \Component \Notifier \Bridge \FakeChat \FakeChatTransportFactory ;
22
22
use Symfony \Component \Notifier \Bridge \FakeSms \FakeSmsTransportFactory ;
23
23
use Symfony \Component \Notifier \Bridge \Firebase \FirebaseTransportFactory ;
24
+ use Symfony \Component \Notifier \Bridge \FortySixElks \FortySixElksTransportFactory ;
24
25
use Symfony \Component \Notifier \Bridge \FreeMobile \FreeMobileTransportFactory ;
25
26
use Symfony \Component \Notifier \Bridge \GatewayApi \GatewayApiTransportFactory ;
26
27
use Symfony \Component \Notifier \Bridge \Gitter \GitterTransportFactory ;
@@ -75,6 +76,7 @@ public static function setUpBeforeClass(): void
75
76
FakeChatTransportFactory::class => false ,
76
77
FakeSmsTransportFactory::class => false ,
77
78
FirebaseTransportFactory::class => false ,
79
+ FortySixElksTransportFactory::class => false ,
78
80
FreeMobileTransportFactory::class => false ,
79
81
GatewayApiTransportFactory::class => false ,
80
82
GitterTransportFactory::class => false ,
Original file line number Diff line number Diff line change 18
18
use Symfony \Component \Notifier \Bridge \Esendex \EsendexTransportFactory ;
19
19
use Symfony \Component \Notifier \Bridge \Expo \ExpoTransportFactory ;
20
20
use Symfony \Component \Notifier \Bridge \Firebase \FirebaseTransportFactory ;
21
+ use Symfony \Component \Notifier \Bridge \FortySixElks \FortySixElksTransportFactory ;
21
22
use Symfony \Component \Notifier \Bridge \FreeMobile \FreeMobileTransportFactory ;
22
23
use Symfony \Component \Notifier \Bridge \GatewayApi \GatewayApiTransportFactory ;
23
24
use Symfony \Component \Notifier \Bridge \Gitter \GitterTransportFactory ;
@@ -72,6 +73,7 @@ final class Transport
72
73
EsendexTransportFactory::class,
73
74
ExpoTransportFactory::class,
74
75
FirebaseTransportFactory::class,
76
+ FortySixElksTransportFactory::class,
75
77
FreeMobileTransportFactory::class,
76
78
GatewayApiTransportFactory::class,
77
79
GitterTransportFactory::class,
You can’t perform that action at this time.
0 commit comments