summaryrefslogtreecommitdiffstats
path: root/lib/public/route
diff options
context:
space:
mode:
authorRobin Appelman <icewind@owncloud.com>2014-03-24 14:55:03 +0100
committerRobin Appelman <icewind@owncloud.com>2014-03-24 14:55:03 +0100
commit0d0aac6fffb2da47054ed19eae835aa7d9904692 (patch)
treead55d9471967736a86eb79e37e47d669d07fd3ce /lib/public/route
parent4c8a83e82fe4dfe5b83e09194060ecbf44f44791 (diff)
downloadnextcloud-server-0d0aac6fffb2da47054ed19eae835aa7d9904692.tar.gz
nextcloud-server-0d0aac6fffb2da47054ed19eae835aa7d9904692.zip
Load the routes when matching or generating a route instead of when creating the router
Diffstat (limited to 'lib/public/route')
-rw-r--r--lib/public/route/irouter.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/public/route/irouter.php b/lib/public/route/irouter.php
index d6b0750ba6f..df397bc8758 100644
--- a/lib/public/route/irouter.php
+++ b/lib/public/route/irouter.php
@@ -10,8 +10,6 @@ namespace OCP\Route;
interface IRouter {
- public function __construct();
-
/**
* Get the files to load the routes from
*