1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 05:50:42 +02:00

[ticket/13388] Integrate routing and di parameters resolution

PHPBB3-13388
This commit is contained in:
Tristan Darricau
2015-05-04 15:10:33 +02:00
parent 86ad1a92c8
commit 66c0e0c6a8
6 changed files with 156 additions and 10 deletions

View File

@@ -5,3 +5,7 @@ controller1:
include_controller2:
resource: "routing_2.yml"
prefix: /foo
controller4:
path: /foo/%core.environment%
defaults: { _controller: foo.controller:handle }