Created KekRozsak\FrontBundle as an almost empty bundle
Signed-off-by: Gergely POLONKAI (W00d5t0ck) <polesz@w00d5t0ck.info>
This commit is contained in:
13
src/KekRozsak/FrontBundle/Controller/DefaultController.php
Normal file
13
src/KekRozsak/FrontBundle/Controller/DefaultController.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace KekRozsak\FrontBundle\Controller;
|
||||
|
||||
use Symfony\Bundle\FrameworkBundle\Controller\Controller;
|
||||
|
||||
class DefaultController extends Controller
|
||||
{
|
||||
public function indexAction()
|
||||
{
|
||||
return $this->render('KekRozsakFrontBundle:Default:index.html.twig', array());
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user