Rapsys Git
/
packbundle
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Import files
[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
}