Skip to content

Commit 63f188f

Browse files
committed
Fixed #441
1 parent a03a46b commit 63f188f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/EasyWeChat.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public static function openWork(string $name = 'default'): \EasyWeChat\OpenWork\
2828

2929
public static function pay(string $name = 'default'): \EasyWeChat\Pay\Application
3030
{
31-
return app('easywechat.payment.'.$name);
31+
return app('easywechat.pay.'.$name);
3232
}
3333

3434
public static function miniApp(string $name = 'default'): \EasyWeChat\MiniApp\Application

0 commit comments

Comments
 (0)