mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[feature/controller] Fix misnamed route for functional test
PHPBB3-10864
This commit is contained in:
parent
01ec608593
commit
305f41cf1a
1 changed files with 1 additions and 1 deletions
|
@ -11,5 +11,5 @@ foo_template_controller:
|
|||
defaults: { _controller: foo_bar.controller:template }
|
||||
|
||||
foo_exception_controller:
|
||||
pattern: /foo/foo_exception
|
||||
pattern: /foo/exception
|
||||
defaults: { _controller: foo_bar.controller:exception }
|
||||
|
|
Loading…
Add table
Reference in a new issue