diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2014-03-25 23:00:36 +0100 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2014-03-25 23:00:36 +0100 |
commit | 1816f43722fb0427f980297c18bdee4faf88c603 (patch) | |
tree | 722066e9e37933b3503f8251842ee90f5e65ae1d /settings | |
parent | ed97d872af3734b8f4d273a8f6aa0c6693d22434 (diff) | |
parent | 4900ad911923f829dd89dd5db6162a061cea6c9c (diff) | |
download | nextcloud-server-1816f43722fb0427f980297c18bdee4faf88c603.tar.gz nextcloud-server-1816f43722fb0427f980297c18bdee4faf88c603.zip |
Merge pull request #7864 from owncloud/routing-performance
Routing performance
Diffstat (limited to 'settings')
-rw-r--r-- | settings/routes.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/routes.php b/settings/routes.php index 6954bd3823d..a8bb0d981e8 100644 --- a/settings/routes.php +++ b/settings/routes.php @@ -6,7 +6,7 @@ * See the COPYING-README file. */ -/** @var $this OC_Router */ +/** @var $this OCP\Route\IRouter */ // Settings pages $this->create('settings_help', '/settings/help') |