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.
2 parents e1b6c98 + 02d9462 commit 8399ecfCopy full SHA for 8399ecf
Tests/Functional/app/Psr4Routing/routing.yml
@@ -1,4 +1,6 @@
1
test_bundle:
2
prefix: /annotated
3
- resource: "@TestBundle/Controller"
4
- type: attribute@Symfony\Bundle\FrameworkBundle\Tests\Functional\Bundle\TestBundle\Controller
+ resource:
+ path: "@TestBundle/Controller"
5
+ namespace: Symfony\Bundle\FrameworkBundle\Tests\Functional\Bundle\TestBundle\Controller
6
+ type: attribute
0 commit comments