fyydService->hot()); } /** * @NoAdminRequired * @NoCSRFRequired */ public function new(): JSONResponse { return new JSONResponse($this->fyydService->latest()); } }