1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/13407] Remove the last occurence of pattern in routing files

PHPBB3-13407
This commit is contained in:
Nicofuma
2015-02-03 16:30:41 +01:00
parent 9e104b0915
commit 216fb13c2a

View File

@@ -1,3 +1,3 @@
controller3:
pattern: /bar
path: /bar
defaults: { _controller: bar.controller:handle }