repository = $repository; } public function systemInfo() { $result = $this->repository->getSystemInfo(); return $this->success($result); } }