1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-11 19:24:01 +02:00

[ticket/13389] Replace pattern with path

PHPBB3-13389
This commit is contained in:
Tristan Darricau
2014-11-26 12:24:50 +01:00
parent aa3a46a35f
commit 90012c86e8
8 changed files with 18 additions and 18 deletions

View File

@@ -1,6 +1,6 @@
core_controller:
pattern: /test
path: /test
defaults: { _controller: core_foo.controller:bar, page: 1}
core_page_controller:
pattern: /test/page/{page}
path: /test/page/{page}
defaults: { _controller: core_foo.controller:bar}