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