Skip to content

Commit 7c7366a

Browse files
committed
bug #39456 [Notifier] [Free Mobile] Fix wrong scheme in mapping (OskarStark)
This PR was merged into the 5.1 branch. Discussion ---------- [Notifier] [Free Mobile] Fix wrong scheme in mapping | Q | A | ------------- | --- | Branch? | 5.1 | Bug fix? | yes | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files --> | Tickets | --- | License | MIT | Doc PR | --- The scheme is `freemobile`, not `free-mobile` For reference: https://github.com/symfony/symfony/blob/134af39538aed24c37810b605bea736c64a37b49/src/Symfony/Component/Notifier/Bridge/FreeMobile/FreeMobileTransportFactory.php#L41-L43 Commits ------- 6eae195 [Notifier][Free Mobile] Fix wrong scheme in mapping
2 parents 7d846d3 + 6eae195 commit 7c7366a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Notifier/Exception/UnsupportedSchemeException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ class UnsupportedSchemeException extends LogicException
5050
'class' => Bridge\Firebase\FirebaseTransportFactory::class,
5151
'package' => 'symfony/firebase-notifier',
5252
],
53-
'free-mobile' => [
53+
'freemobile' => [
5454
'class' => Bridge\FreeMobile\FreeMobileTransportFactory::class,
5555
'package' => 'symfony/free-mobile-notifier',
5656
],

0 commit comments

Comments
 (0)