response->setStatusCode(404); return $this->response; } $storageService = new StorageService(); $location = $storageService->getCiImageUrl($contentImage->path); $this->response->redirect($location); } /** * @Get("/robot", name="home.robot") */ public function robotAction() { } }