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 5941b89 commit 43f751eCopy full SHA for 43f751e
book/templating.rst
@@ -870,6 +870,8 @@ configuration:
870
.. code-block:: php-annotations
871
872
// src/AppBundle/Controller/WelcomeController.php
873
+ namespace AppBundle\Controller;
874
+
875
use Symfony\Bundle\FrameworkBundle\Controller\Controller;
876
use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route;
877
@@ -938,6 +940,8 @@ route:
938
940
939
941
942
// src/AppBundle/Controller/ArticleController.php
943
944
945
946
947
0 commit comments