mirror of
https://github.com/symfony/recipes.git
synced 2026-09-14 08:36:27 +03:00
Merge pull request #1138 from symfony/psr4-routing-loader
Fix syntax for the PSR4 routing loader
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
controllers:
|
||||
resource: ../src/Controller/
|
||||
type: attribute@App\Controller
|
||||
resource:
|
||||
path: ../src/Controller/
|
||||
namespace: App\Controller
|
||||
type: attribute
|
||||
|
||||
Reference in New Issue
Block a user