diff options
Diffstat (limited to 'phpBB/config/routing.yml')
-rw-r--r-- | phpBB/config/routing.yml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/phpBB/config/routing.yml b/phpBB/config/routing.yml deleted file mode 100644 index d8e890d063..0000000000 --- a/phpBB/config/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. -# |