Skip to content

Commit 1d5d6fc

Browse files
minor #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 ------- 0942d6e390 fix directory casing
2 parents 87c6c89 + 95edc15 commit 1d5d6fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)