aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--phpBB/config/default/routing.yml (renamed from phpBB/config/routing.yml)0
-rw-r--r--phpBB/config/development/routing.yml2
-rw-r--r--phpBB/config/production/routing.yml2
3 files changed, 4 insertions, 0 deletions
diff --git a/phpBB/config/routing.yml b/phpBB/config/default/routing.yml
index d8e890d063..d8e890d063 100644
--- a/phpBB/config/routing.yml
+++ b/phpBB/config/default/routing.yml
diff --git a/phpBB/config/development/routing.yml b/phpBB/config/development/routing.yml
new file mode 100644
index 0000000000..9ee3e5ae3a
--- /dev/null
+++ b/phpBB/config/development/routing.yml
@@ -0,0 +1,2 @@
+core.default:
+ resource: "../default/routing.yml"
diff --git a/phpBB/config/production/routing.yml b/phpBB/config/production/routing.yml
new file mode 100644
index 0000000000..9ee3e5ae3a
--- /dev/null
+++ b/phpBB/config/production/routing.yml
@@ -0,0 +1,2 @@
+core.default:
+ resource: "../default/routing.yml"