We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f345a6a commit a03a46bCopy full SHA for a03a46b
src/EasyWeChat.php
@@ -33,7 +33,7 @@ public static function pay(string $name = 'default'): \EasyWeChat\Pay\Applicatio
33
34
public static function miniApp(string $name = 'default'): \EasyWeChat\MiniApp\Application
35
{
36
- return app('easywechat.mini_program.'.$name);
+ return app('easywechat.mini_app.'.$name);
37
}
38
39
public static function openPlatform(string $name = 'default'): \EasyWeChat\OpenPlatform\Application
0 commit comments