Browse Source

fixed typo

Fabien Potencier 14 years ago
parent
commit
fa77f08893

+ 1 - 1
src/Symfony/Bundle/FrameworkBundle/Resources/skeleton/bundle/Controller/DefaultController.php

@@ -8,6 +8,6 @@ class DefaultController extends Controller
 {
     public function indexAction()
     {
-        return $this->render('{{ bundle }}:Default:index');
+        return $this->render('{{ bundle }}:Default:index.php');
     }
 }