rename syntax for ChillMain twig template calls

This commit is contained in:
2020-07-30 14:25:28 +02:00
parent ced9d17d03
commit 7d9de642ff
41 changed files with 49 additions and 46 deletions

View File

@@ -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()