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 68222b6 + 11b6c33 commit b67c0caCopy full SHA for b67c0ca
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