Skip to content

Commit 5ff2e19

Browse files
committed
minor symfony#57916 [Notifier] Fix KazInfoTeh package in UnsupportedSchemeException (smnandre)
This PR was merged into the 6.4 branch. Discussion ---------- [Notifier] Fix KazInfoTeh package in UnsupportedSchemeException | Q | A | ------------- | --- | Branch? | 6.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Issues | Fix #... | License | MIT Fix typo in package name `symfony/symfony/kaz-info-teh-notifier` => `symfony/kaz-info-teh-notifier` Commits ------- b5d4a41 Fix symfony/kaz-info-teh-notifier package
2 parents 5476d38 + b5d4a41 commit 5ff2e19

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
@@ -114,7 +114,7 @@ class UnsupportedSchemeException extends LogicException
114114
],
115115
'kaz-info-teh' => [
116116
'class' => Bridge\KazInfoTeh\KazInfoTehTransportFactory::class,
117-
'package' => 'symfony/symfony/kaz-info-teh-notifier',
117+
'package' => 'symfony/kaz-info-teh-notifier',
118118
],
119119
'lightsms' => [
120120
'class' => Bridge\LightSms\LightSmsTransportFactory::class,

0 commit comments

Comments
 (0)