mirror of
https://github.com/symfony/recipes.git
synced 2026-09-11 15:16:30 +03:00
[symfony/routing] Auto-register routes from attributes found on controller services (#1448)
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
# $schema: ../vendor/symfony/routing/Loader/schema/routing.schema.json
|
||||
|
||||
controllers:
|
||||
resource:
|
||||
path: ../src/Controller/
|
||||
namespace: App\Controller
|
||||
type: attribute
|
||||
resource: attributes
|
||||
type: tagged_services
|
||||
|
||||
Reference in New Issue
Block a user