8000 Fix merge · symfony/symfony@1d7f774 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1d7f774

Browse files
Fix merge
1 parent a598b82 commit 1d7f774

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Symfony/Bundle/FrameworkBundle/Resources/config/notifier_transports.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@
6767
->deprecate('symfony/framework-bundle', '5.4', 'The "%alias_id% service is deprecated, use "notifier.transport_factory.fake-sms" instead.')
6868
->alias('notifier.transport_factory.freemobile', 'notifier.transport_factory.free-mobile')
6969
->deprecate('symfony/framework-bundle', '5.4', 'The "%alias_id% service is deprecated, use "notifier.transport_factory.free-mobile" instead.')
70+
->alias('notifier.transport_factory.gatewayapi', 'notifier.transport_factory.gateway-api')
71+
->deprecate('symfony/framework-bundle', '5.4', 'The "%alias_id% service is deprecated, use "notifier.transport_factory.gateway-api" instead.')
7072
->alias('notifier.transport_factory.googlechat', 'notifier.transport_factory.google-chat')
7173
->deprecate('symfony/framework-bundle', '5.4', 'The "%alias_id% service is deprecated, use "notifier.transport_factory.google-chat" instead.')
7274
->alias('notifier.transport_factory.lightsms', 'notifier.transport_factory.light-sms')
@@ -192,7 +194,7 @@
192194
->parent('notifier.transport_factory.abstract')
193195
->tag('chatter.transport_factory')
194196

195-
->set('notifier.transport_factory.gatewayapi', GatewayApiTransportFactory::class)
197+
->set('notifier.transport_factory.gateway-api', GatewayApiTransportFactory::class)
196198
->parent('notifier.transport_factory.abstract')
197199
->tag('texter.transport_factory')
198200

0 commit comments

Comments
 (0)
0