aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config/routing.yml
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/config/routing.yml')
-rw-r--r--phpBB/config/routing.yml9
1 files changed, 0 insertions, 9 deletions
diff --git a/phpBB/config/routing.yml b/phpBB/config/routing.yml
deleted file mode 100644
index 94146e1ec2..0000000000
--- a/phpBB/config/routing.yml
+++ /dev/null
@@ -1,9 +0,0 @@
-# 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.
-#