Skip to content

Commit a239706

Browse files
committed
fix
1 parent 25545d6 commit a239706

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public function register(): void
2525
'sign' => Sign::class,
2626
'unsign' => Unsign::class,
2727
'payWithAlipay' => PayWithAlipay::class,
28-
'PayWithBankCard' => PayWithBankCard::class,
28+
'payWithBankCard' => PayWithBankCard::class,
2929
'notify' => Notify::class,
3030
]);
3131

0 commit comments

Comments
 (0)