mirror of
https://github.com/phpbb/phpbb.git
synced 2025-01-19 07:08:09 +01:00
7 lines
200 B
YAML
7 lines
200 B
YAML
core_controller:
|
|
path: /test
|
|
defaults: { _controller: core_foo.controller:bar, page: 1}
|
|
core_page_controller:
|
|
path: /test/page/{page}
|
|
defaults: { _controller: core_foo.controller:bar}
|