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 30e0dd4 commit 05da696Copy full SHA for 05da696
book/templating.rst
@@ -870,6 +870,9 @@ configuration:
870
.. code-block:: php-annotations
871
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
/**
@@ -935,6 +938,9 @@ route:
935
938
936
939
937
940
// src/AppBundle/Controller/ArticleController.php
941
942
943
944
class ArticleController extends Controller
945
946
0 commit comments