diff options
Diffstat (limited to 'phpBB/config/routing.yml')
-rw-r--r-- | phpBB/config/routing.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/config/routing.yml b/phpBB/config/routing.yml index d8e890d063..94146e1ec2 100644 --- a/phpBB/config/routing.yml +++ b/phpBB/config/routing.yml @@ -1,7 +1,7 @@ # Structure: # # foo_controller: -# pattern: /foo +# path: /foo # defaults: { _controller: foo_sevice:method } # # The above will be accessed via app.php?controller=foo and it will |