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