mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 14:43:49 +00:00
Update template pathes to new syntax
This commit is contained in:
@@ -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');
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user