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