mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
Removing DefaultController
This commit is contained in:
parent
77b59958ec
commit
24bd8c9a1d
@ -1,13 +0,0 @@
|
||||
<?php
|
||||
|
||||
namespace Chill\ActivityBundle\Controller;
|
||||
|
||||
use Symfony\Bundle\FrameworkBundle\Controller\Controller;
|
||||
|
||||
class DefaultController extends Controller
|
||||
{
|
||||
public function indexAction($name)
|
||||
{
|
||||
return $this->render('ChillActivityBundle:Default:index.html.twig', array('name' => $name));
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user