refactor: 重构规范部分代码、邮件队列增加失败重试、去除多个支付方式、更新依赖
This commit is contained in:
@@ -2,7 +2,9 @@
|
||||
|
||||
namespace App\Payments;
|
||||
|
||||
class EPay {
|
||||
class EPay
|
||||
{
|
||||
protected $config;
|
||||
public function __construct($config)
|
||||
{
|
||||
$this->config = $config;
|
||||
|
||||
Reference in New Issue
Block a user