response = $response; } /** * @return Response */ public function index() { return $this->response->withView('pages/credits.twig'); } }