mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-03 13:33:48 +00:00
rename syntax for ChillMain twig template calls
This commit is contained in:
@@ -13,7 +13,7 @@ class DefaultController extends Controller
|
||||
return $this->redirectToRoute('chill_main_admin_central', [], 302);
|
||||
}
|
||||
|
||||
return $this->render('ChillMainBundle::layout.html.twig');
|
||||
return $this->render('@ChillMain/layout.html.twig');
|
||||
}
|
||||
|
||||
public function indexWithoutLocaleAction()
|
||||
|
Reference in New Issue
Block a user