Dashboard

This commit is contained in:
xiaomlove
2021-05-17 21:07:50 +08:00
parent fa4f9a29c5
commit d651762c1b
16 changed files with 685 additions and 854 deletions
-5
View File
@@ -14,9 +14,4 @@ class ToolController extends Controller
$this->repository = $repository;
}
public function systemInfo()
{
$result = $this->repository->getSystemInfo();
return $this->success($result);
}
}