Update template pathes to new syntax

This commit is contained in:
2023-10-02 13:56:22 +02:00
parent 294aaf5bed
commit bad302f512
13 changed files with 30 additions and 30 deletions

View File

@@ -23,6 +23,6 @@ class AdminController extends AbstractController
*/
public function indexAdminAction()
{
return $this->render('ChillThirdPartyBundle:Admin:index.html.twig');
return $this->render('@ChillThirdParty/Admin/index.html.twig');
}
}