Files
shop-platform/src/addon/diy_default1/event/Install.php
2025-10-29 15:32:26 +08:00

27 lines
208 B
PHP

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