mirror of
https://github.com/cedar2025/Xboard.git
synced 2025-02-13 03:58:13 -05:00
fix(plugin): correct knows issues
This commit is contained in:
parent
b1116e73c0
commit
5dc1160666
@ -289,6 +289,11 @@ class PluginManager
|
|||||||
'updated_at' => now(),
|
'updated_at' => now(),
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
// 初始化插件
|
||||||
|
if (method_exists($plugin, 'boot')) {
|
||||||
|
$plugin->boot();
|
||||||
|
}
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user