Skip to content

Commit 4d5649f

Browse files
committed
Fix package name
1 parent c2ab1f2 commit 4d5649f

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
@@ -70,7 +70,7 @@ class UnsupportedSchemeException extends LogicException
7070
],
7171
'spothit' => [
7272
'class' => Bridge\SpotHit\SpotHitTransportFactory::class,
73-
'package' => 'symfony/spothit-notifier',
73+
'package' => 'symfony/spot-hit-notifier',
7474
],
7575
'ovhcloud' => [
7676
'class' => Bridge\OvhCloud\OvhCloudTransportFactory::class,

0 commit comments

Comments
 (0)