mirror of
https://gitee.com/technical-laohu/mpay.git
synced 2025-11-12 21:53:44 +08:00
插件管理更新
This commit is contained in:
@@ -11,7 +11,6 @@ class PluginController extends BaseController
|
||||
// 获取插件列表
|
||||
public function getPluginList()
|
||||
{
|
||||
|
||||
$local_plugin_config = self::getPluginConfig();
|
||||
$plugin_config = \Plugin::getPluginList($local_plugin_config);
|
||||
if ($plugin_config) {
|
||||
|
||||
Reference in New Issue
Block a user