diff options
author | Tristan Darricau <github@nicofuma.fr> | 2014-11-19 20:04:00 +0100 |
---|---|---|
committer | Tristan Darricau <github@nicofuma.fr> | 2014-11-20 21:13:21 +0100 |
commit | ac0ff219c61bd187dd3fbde5b6808624bd8ef077 (patch) | |
tree | f0eb838eaa923c01c0f9dfa728550fc70e0fb13a /phpBB/config/development/routing | |
parent | dd4f2387fd2f4df0e1513c251c9044f5bef60618 (diff) | |
download | forums-ac0ff219c61bd187dd3fbde5b6808624bd8ef077.tar forums-ac0ff219c61bd187dd3fbde5b6808624bd8ef077.tar.gz forums-ac0ff219c61bd187dd3fbde5b6808624bd8ef077.tar.bz2 forums-ac0ff219c61bd187dd3fbde5b6808624bd8ef077.tar.xz forums-ac0ff219c61bd187dd3fbde5b6808624bd8ef077.zip |
[ticket/12620] Move the routing.yml file to routing/environment.yml
PHPBB3-12620
Diffstat (limited to 'phpBB/config/development/routing')
-rw-r--r-- | phpBB/config/development/routing/environment.yml | 2 |
1 files changed, 2 insertions, 0 deletions
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" |