File tree 2 files changed +6
-0
lines changed
2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,10 @@ class UnsupportedSchemeException extends LogicException
32
32
'class ' => Bridge \Discord \DiscordTransportFactory::class,
33
33
'package ' => 'symfony/discord-notifier ' ,
34
34
],
35
+ 'engagespot ' => [
36
+ 'class ' => Bridge \Engagespot \EngagespotTransportFactory::class,
37
+ 'package ' => 'symfony/engagespot-notifier ' ,
38
+ ],
35
39
'esendex ' => [
36
40
'class ' => Bridge \Esendex \EsendexTransportFactory::class,
37
41
'package ' => 'symfony/esendex-notifier ' ,
Original file line number Diff line number Diff line change 15
15
use Symfony \Component \Notifier \Bridge \AmazonSns \AmazonSnsTransportFactory ;
16
16
use Symfony \Component \Notifier \Bridge \Clickatell \ClickatellTransportFactory ;
17
17
use Symfony \Component \Notifier \Bridge \Discord \DiscordTransportFactory ;
18
+ use Symfony \Component \Notifier \Bridge \Engagespot \EngagespotTransportFactory ;
18
19
use Symfony \Component \Notifier \Bridge \Esendex \EsendexTransportFactory ;
19
20
use Symfony \Component \Notifier \Bridge \Expo \ExpoTransportFactory ;
20
21
use Symfony \Component \Notifier \Bridge \Firebase \FirebaseTransportFactory ;
@@ -71,6 +72,7 @@ final class Transport
71
72
AmazonSnsTransportFactory::class,
72
73
ClickatellTransportFactory::class,
73
74
DiscordTransportFactory::class,
75
+ EngagespotTransportFactory::class,
74
76
EsendexTransportFactory::class,
75
77
ExpoTransportFactory::class,
76
78
FirebaseTransportFactory::class,
You can’t perform that action at this time.
0 commit comments