mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-29 11:03:50 +00:00
move bundle to root dir for inclusion in packagist refs #259
This commit is contained in:
13
Controller/DefaultController.php
Normal file
13
Controller/DefaultController.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace Chill\CustomFieldsBundle\Controller;
|
||||
|
||||
use Symfony\Bundle\FrameworkBundle\Controller\Controller;
|
||||
|
||||
class DefaultController extends Controller
|
||||
{
|
||||
public function indexAction($name)
|
||||
{
|
||||
return $this->render('ChillCustomFieldsBundle:Default:index.html.twig', array('name' => $name));
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user