summaryrefslogtreecommitdiffstats
path: root/settings
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2014-03-25 23:00:36 +0100
committerThomas Müller <thomas.mueller@tmit.eu>2014-03-25 23:00:36 +0100
commit1816f43722fb0427f980297c18bdee4faf88c603 (patch)
tree722066e9e37933b3503f8251842ee90f5e65ae1d /settings
parented97d872af3734b8f4d273a8f6aa0c6693d22434 (diff)
parent4900ad911923f829dd89dd5db6162a061cea6c9c (diff)
downloadnextcloud-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.php2
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')