| // +---------------------------------------------------------------------+ // | Repository | https://github.com/niucloud/framework.git  | // +---------------------------------------------------------------------+ namespace addon\goodsgrab\event; /** * 应用卸载 */ class UnInstall { /** * 执行卸载 */ public function handle() { return success(); } }