Skip to content

Commit

Permalink
Update EasyWeChat.php (#440)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhb52 committed Mar 19, 2022
1 parent f345a6a commit a03a46b
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 @@ -33,7 +33,7 @@ public static function pay(string $name = 'default'): \EasyWeChat\Pay\Applicatio

public static function miniApp(string $name = 'default'): \EasyWeChat\MiniApp\Application
{
return app('easywechat.mini_program.'.$name);
return app('easywechat.mini_app.'.$name);
}

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

0 comments on commit a03a46b

Please sign in to comment.