File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -870,9 +870,8 @@ configuration:
870
870
.. code-block :: php-annotations
871
871
872
872
// src/AppBundle/Controller/WelcomeController.php
873
- namespace AppBundle\Controller;
873
+ // ...
874
874
875
- use Symfony\Bundle\FrameworkBundle\Controller\Controller;
876
875
use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route;
877
876
878
877
class WelcomeController extends Controller
@@ -940,9 +939,8 @@ route:
940
939
.. code-block :: php-annotations
941
940
942
941
// src/AppBundle/Controller/ArticleController.php
943
- namespace AppBundle\Controller;
942
+ // ...
944
943
945
- use Symfony\Bundle\FrameworkBundle\Controller\Controller;
946
944
use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route;
947
945
948
946
class ArticleController extends Controller
You can’t perform that action at this time.
0 commit comments