1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-07 09:16:55 +02:00

[ticket/12620] Move the routing file to the environments

PHPBB3-12620
This commit is contained in:
Tristan Darricau
2014-09-05 01:59:55 +02:00
parent b697273aaa
commit 0306fefe04
3 changed files with 4 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
# Structure:
#
# foo_controller:
# pattern: /foo
# defaults: { _controller: foo_sevice:method }
#
# The above will be accessed via app.php?controller=foo and it will
# instantiate the "foo_service" service and call the "method" method.
#