mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-29 02:53:50 +00:00
Update path to twig template with new syntax
This commit is contained in:
@@ -20,7 +20,7 @@ class AdminController extends AbstractController
|
||||
{
|
||||
public function indexActivityAction()
|
||||
{
|
||||
return $this->render('ChillActivityBundle:Admin:layout_activity.html.twig');
|
||||
return $this->render('@ChillActivity/Admin/layout_activity.html.twig');
|
||||
}
|
||||
|
||||
public function redirectToAdminIndexAction()
|
||||
|
Reference in New Issue
Block a user