mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-11-19 18:37:45 +00:00
Update path to twig template with new syntax
This commit is contained in:
@@ -27,6 +27,6 @@ class AdminController extends AbstractController
|
||||
*/
|
||||
public function indexAdminAction()
|
||||
{
|
||||
return $this->render('ChillEventBundle:Admin:index.html.twig');
|
||||
return $this->render('@ChillEvent/Admin/index.html.twig');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user