phpbb/phpBB/config/default/routing/routing.yml
2014-11-26 13:30:24 +01:00

9 lines
243 B
YAML

# Structure:
#
# foo_controller:
# path: /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.
#