Skip to content

Commit 84ca606

Browse files
committed
[Notifier][Free Mobile] Fix wrong scheme in mapping
1 parent 6e6c0b9 commit 84ca606

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
@@ -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)