container->get('contao.framework')->initialize(); $controller = new RateIt(); $response = $controller->doVote(); $response->send(); } }