Skip to content

Commit

Permalink
Fixed #441
Browse files Browse the repository at this point in the history
  • Loading branch information
overtrue committed Mar 22, 2022
1 parent a03a46b commit 63f188f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EasyWeChat.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public static function openWork(string $name = 'default'): \EasyWeChat\OpenWork\

public static function pay(string $name = 'default'): \EasyWeChat\Pay\Application
{
return app('easywechat.payment.'.$name);
return app('easywechat.pay.'.$name);
}

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

0 comments on commit 63f188f

Please sign in to comment.