Skip to content

Commit 1995663

Browse files
committed
Merge branch '5.1' into 5.2
* 5.1: Fix tests Fix applyVersion tests [Notifier][Free Mobile] Fix wrong scheme in mapping
2 parents ccbcf8d + 84ca606 commit 1995663

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Exception/UnsupportedSchemeException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ class UnsupportedSchemeException extends LogicException
5858
'class' => Bridge\Firebase\FirebaseTransportFactory::class,
5959
'package' => 'symfony/firebase-notifier',
6060
],
61-
'free-mobile' => [
61+
'freemobile' => [
6262
'class' => Bridge\FreeMobile\FreeMobileTransportFactory::class,
6363
'package' => 'symfony/free-mobile-notifier',
6464
],

0 commit comments

Comments
 (0)