mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
7 lines
155 B
YAML
7 lines
155 B
YAML
controller1:
|
|
pattern: /foo
|
|
defaults: { _controller: foo.controller:handle }
|
|
|
|
include_controller2:
|
|
resource: "routing_2.yml"
|
|
prefix: /foo
|