mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-25 04:23:38 +01:00
8 lines
155 B
YAML
8 lines
155 B
YAML
controller1:
|
|
pattern: /foo
|
|
defaults: { _controller: foo.controller:handle }
|
|
|
|
include_controller2:
|
|
resource: "routing_2.yml"
|
|
prefix: /foo
|