Fabien Potencier 14 lat temu
rodzic
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()
     public function indexAction()
     {
     {
-        return $this->render('{{ bundle }}:Default:index');
+        return $this->render('{{ bundle }}:Default:index.php');
     }
     }
 }
 }