mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-29 11:10:18 +02:00
[ticket/12090] Pass route name to url() to allow admins to change the routes
PHPBB3-12090
This commit is contained in:
7
tests/controller/ext/vendor2/foo/config/routing.yml
Normal file
7
tests/controller/ext/vendor2/foo/config/routing.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
controller1:
|
||||
pattern: /foo
|
||||
defaults: { _controller: foo.controller:handle }
|
||||
|
||||
include_controller2:
|
||||
resource: "routing_2.yml"
|
||||
prefix: /foo
|
Reference in New Issue
Block a user