Skip to content

Commit aa968ff

Browse files
authored
Merge pull request #1138 from symfony/psr4-routing-loader
Fix syntax for the PSR4 routing loader
2 parents dddc205 + 9a3c792 commit aa968ff

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,3 +1,5 @@
11
controllers:
2-
resource: ../src/Controller/
3-
type: attribute@App\Controller
2+
resource:
3+
path: ../src/Controller/
4+
namespace: App\Controller
5+
type: attribute

0 commit comments

Comments
 (0)