mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-27 18:13:48 +00:00
tabs feature, testing context
This commit is contained in:
@@ -20,4 +20,9 @@ class DefaultController extends Controller
|
||||
{
|
||||
return $this->redirect($this->generateUrl('chill_main_homepage'));
|
||||
}
|
||||
|
||||
public function testAction()
|
||||
{
|
||||
return $this->render('ChillMainBundle:Test:index.html.twig', []);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user