diff options
author | Nicofuma <github@nicofuma.fr> | 2015-02-03 16:30:41 +0100 |
---|---|---|
committer | Nicofuma <github@nicofuma.fr> | 2015-02-04 17:40:11 +0100 |
commit | 216fb13c2ad119e3a7f1b3aea497fdb825c80136 (patch) | |
tree | 91eb658b824577b6537a5c633a02f4ee6c82ac2d /tests/controller/ext/vendor2/bar | |
parent | 9e104b091512e8c06dfa75fd2ad1bab6d80cafa7 (diff) | |
download | forums-216fb13c2ad119e3a7f1b3aea497fdb825c80136.tar forums-216fb13c2ad119e3a7f1b3aea497fdb825c80136.tar.gz forums-216fb13c2ad119e3a7f1b3aea497fdb825c80136.tar.bz2 forums-216fb13c2ad119e3a7f1b3aea497fdb825c80136.tar.xz forums-216fb13c2ad119e3a7f1b3aea497fdb825c80136.zip |
[ticket/13407] Remove the last occurence of pattern in routing files
PHPBB3-13407
Diffstat (limited to 'tests/controller/ext/vendor2/bar')
-rw-r--r-- | tests/controller/ext/vendor2/bar/config/test/routing/environment.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/controller/ext/vendor2/bar/config/test/routing/environment.yml b/tests/controller/ext/vendor2/bar/config/test/routing/environment.yml index 85c93b453f..5696ecb180 100644 --- a/tests/controller/ext/vendor2/bar/config/test/routing/environment.yml +++ b/tests/controller/ext/vendor2/bar/config/test/routing/environment.yml @@ -1,3 +1,3 @@ controller3: - pattern: /bar + path: /bar defaults: { _controller: bar.controller:handle } |