We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05da696 commit 5941b89Copy full SHA for 5941b89
book/templating.rst
@@ -872,7 +872,7 @@ configuration:
872
// src/AppBundle/Controller/WelcomeController.php
873
use Symfony\Bundle\FrameworkBundle\Controller\Controller;
874
use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route;
875
-
+
876
class WelcomeController extends Controller
877
{
878
/**
@@ -940,7 +940,7 @@ route:
940
// src/AppBundle/Controller/ArticleController.php
941
942
943
944
class ArticleController extends Controller
945
946
0 commit comments