Merge pull request #1138 from symfony/psr4-routing-loader

Fix syntax for the PSR4 routing loader
This commit is contained in:
Fabien Potencier
2022-10-22 08:09:03 +02:00
committed by GitHub
+4 -2
View File
@@ -1,3 +1,5 @@
controllers:
resource: ../src/Controller/
type: attribute@App\Controller
resource:
path: ../src/Controller/
namespace: App\Controller
type: attribute