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/development/routing.yml | 2 -- phpBB/config/development/routing/environment.yml | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 phpBB/config/development/routing.yml create mode 100644 phpBB/config/development/routing/environment.yml (limited to 'phpBB/config/development') diff --git a/phpBB/config/development/routing.yml b/phpBB/config/development/routing.yml deleted file mode 100644 index 9ee3e5ae3a..0000000000 --- a/phpBB/config/development/routing.yml +++ /dev/null @@ -1,2 +0,0 @@ -core.default: - resource: "../default/routing.yml" diff --git a/phpBB/config/development/routing/environment.yml b/phpBB/config/development/routing/environment.yml new file mode 100644 index 0000000000..9ee3e5ae3a --- /dev/null +++ b/phpBB/config/development/routing/environment.yml @@ -0,0 +1,2 @@ +core.default: + resource: "../default/routing.yml" -- cgit v1.2.1