Skip to content

Commit a03a46b

Browse files
authored
Update EasyWeChat.php (overtrue#440)
1 parent f345a6a commit a03a46b

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
@@ -33,7 +33,7 @@ public static function pay(string $name = 'default'): \EasyWeChat\Pay\Applicatio
3333

3434
public static function miniApp(string $name = 'default'): \EasyWeChat\MiniApp\Application
3535
{
36-
return app('easywechat.mini_program.'.$name);
36+
return app('easywechat.mini_app.'.$name);
3737
}
3838

3939
public static function openPlatform(string $name = 'default'): \EasyWeChat\OpenPlatform\Application

0 commit comments

Comments
 (0)