1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[ticket/12480] Add subfolder/config/routing.yml which should not be found

PHPBB3-12480
This commit is contained in:
Joas Schilling
2014-05-02 22:48:28 +02:00
parent 10b23612e3
commit a470b6c519
2 changed files with 5 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
controller_noroute:
pattern: /donotfindthis
defaults: { _controller: foo.controller:handle }