8000 minor #51377 [Notifier] fix directory casing (xabbuh) · Jean-Beru/symfony@de27fbf · GitHub
[go: up one dir, main page]

Skip to content

Commit de27fbf

Browse files
minor symfony#51377 [Notifier] fix directory casing (xabbuh)
This PR was merged into the 6.4 branch. Discussion ---------- [Notifier] fix directory casing | Q | A | ------------- | --- | Branch? | 6.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | | License | MIT | Doc PR | Commits ------- 0942d6e fix directory casing
2 parents d5271a3 + 0942d6e commit de27fbf

File tree

13 files changed

+1
-1
lines changed

13 files changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@
303303
->set('notifier.transport_factory.redlink', Bridge\Redlink\RedlinkTransportFactory::class)
304304
->parent('notifier.transport_factory.abstract')
305305
->tag('texter.transport_factory')
306-
->set('notifier.transport_factory.goip', Bridge\GoIp\GoIpTransportFactory::class)
306+
->set('notifier.transport_factory.go-ip', Bridge\GoIp\GoIpTransportFactory::class)
307307
->parent('notifier.transport_factory.abstract')
308308
->tag('texter.transport_factory')
309309
;

0 commit comments

Comments
 (0)
0