isAuthentifiedCall = false; } } /** * @return void * * @throws PrestaShopException */ public function postProcess() { /** @var ServerInformationRepository $serverInformationRepository */ $serverInformationRepository = $this->module->getService(ServerInformationRepository::class); $status = $serverInformationRepository->getHealthCheckData($this->isAuthentifiedCall); $this->exitWithResponse($status); } }