summaryrefslogtreecommitdiffstats
path: root/core
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 /core
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 'core')
-rw-r--r--core/routes.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/routes.php b/core/routes.php
index 76cf03c3673..74be8806120 100644
--- a/core/routes.php
+++ b/core/routes.php
@@ -7,7 +7,8 @@
*/
// Post installation check
-/** @var $this OC_Router */
+
+/** @var $this OCP\Route\IRouter */
$this->create('post_setup_check', '/post-setup-check')
->action('OC_Setup', 'postSetupCheck');