mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
Maintain plugin state
This commit is contained in:
@@ -101,8 +101,7 @@ class Test extends Command
|
||||
*/
|
||||
public function handle()
|
||||
{
|
||||
$tool = new TrackerRepository();
|
||||
$result = $tool->checkStatus();
|
||||
$result = \Nexus\Plugin\Plugin::listEnabled();
|
||||
dd($result);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user