Files
shop-platform/src/addon/huaweipay/event/Install.php

17 lines
201 B
PHP

<?php
namespace addon\wechatpay\event;
/**
* 应用安装
*/
class Install
{
/**
* 执行安装
*/
public function handle()
{
return success();
}
}