Skip to content

Commit

Permalink
增加 openwork, payment->pay
Browse files Browse the repository at this point in the history
  • Loading branch information
overtrue committed Mar 2, 2022
1 parent d413564 commit 4443ab9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/EasyWeChat.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,12 @@ public static function work(string $name = 'default'): \EasyWeChat\Work\Applicat
return app('easywechat.work.'.$name);
}

public static function openWork(string $name = 'default'): \EasyWeChat\OpenWork\Application
{
return app('easywechat.open_work.'.$name);
}

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

0 comments on commit 4443ab9

Please sign in to comment.