mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-23 08:03:49 +00:00
initial structure of the bundle
This commit is contained in:
13
Controller/DefaultController.php
Normal file
13
Controller/DefaultController.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace CL\Chill\PersonBundle\Controller;
|
||||
|
||||
use Symfony\Bundle\FrameworkBundle\Controller\Controller;
|
||||
|
||||
class DefaultController extends Controller
|
||||
{
|
||||
public function indexAction($name)
|
||||
{
|
||||
return $this->render('CLChillPersonBundle:Default:index.html.twig', array('name' => $name));
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user