]> Raphaƫl G. Git Repositories - packbundle/blob - Controller/DefaultController.php
Fix paramters template
[packbundle] / Controller / DefaultController.php
1 <?php
2
3 namespace Rapsys\PackBundle\Controller;
4
5 use Symfony\Bundle\FrameworkBundle\Controller\Controller;
6
7 class DefaultController extends Controller
8 {
9 public function indexAction()
10 {
11 return $this->render('RapsysPackBundle:Default:index.html.twig');
12 }
13 }