From ac0ff219c61bd187dd3fbde5b6808624bd8ef077 Mon Sep 17 00:00:00 2001 From: Tristan Darricau Date: Wed, 19 Nov 2014 20:04:00 +0100 Subject: [ticket/12620] Move the routing.yml file to routing/environment.yml PHPBB3-12620 --- phpBB/config/default/routing.yml | 9 --------- phpBB/config/default/routing/routing.yml | 9 +++++++++ 2 files changed, 9 insertions(+), 9 deletions(-) delete mode 100644 phpBB/config/default/routing.yml create mode 100644 phpBB/config/default/routing/routing.yml (limited to 'phpBB/config/default') diff --git a/phpBB/config/default/routing.yml b/phpBB/config/default/routing.yml deleted file mode 100644 index d8e890d063..0000000000 --- a/phpBB/config/default/routing.yml +++ /dev/null @@ -1,9 +0,0 @@ -# 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. -# diff --git a/phpBB/config/default/routing/routing.yml b/phpBB/config/default/routing/routing.yml new file mode 100644 index 0000000000..d8e890d063 --- /dev/null +++ b/phpBB/config/default/routing/routing.yml @@ -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. +# -- cgit v1.2.1