Maintain plugin state

This commit is contained in:
xiaomlove
2024-11-17 02:44:41 +08:00
parent 631f703055
commit c2e70c9569
5 changed files with 60 additions and 2 deletions

View File

@@ -101,8 +101,7 @@ class Test extends Command
*/
public function handle()
{
$tool = new TrackerRepository();
$result = $tool->checkStatus();
$result = \Nexus\Plugin\Plugin::listEnabled();
dd($result);
}