Skip to content

Commit eb12601

Browse files
committed
Merge branch '5.2' into 5.x
* 5.2: Fix tests Fix applyVersion tests [Notifier][Free Mobile] Fix wrong scheme in mapping
2 parents 072a2dd + 1995663 commit eb12601

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)