Skip to content

Commit 02d9462

Browse files
committed
Nicer config syntax for PSR-4 route loading
1 parent 06196de commit 02d9462

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed
Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
test_bundle:
22
prefix: /annotated
3-
resource: "@TestBundle/Controller"
4-
type: attribute@Symfony\Bundle\FrameworkBundle\Tests\Functional\Bundle\TestBundle\Controller
3+
resource:
4+
path: "@TestBundle/Controller"
5+
namespace: Symfony\Bundle\FrameworkBundle\Tests\Functional\Bundle\TestBundle\Controller
6+
type: attribute

0 commit comments

Comments
 (0)