fix:更新已知bug,优化代码

This commit is contained in:
Ying
2022-11-28 19:11:12 +08:00
parent f6aee95cfc
commit 9445b206a2
1378 changed files with 53759 additions and 20789 deletions

View File

@@ -23,9 +23,9 @@ abstract class PluginController
{
/**
* 视图实例对象
* @var null
* @var mixed
*/
public $view = null;
public mixed $view;
/**
* 构造方法
@@ -43,10 +43,7 @@ abstract class PluginController
return strtolower(array_pop($data));
}
/**
* 必须实现以下方法
* @return mixed
*/
// 必须实现以下方法
abstract public function install();
abstract public function uninstall();
abstract public function enabled();