From 0d0aac6fffb2da47054ed19eae835aa7d9904692 Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Mon, 24 Mar 2014 14:55:03 +0100 Subject: Load the routes when matching or generating a route instead of when creating the router --- lib/public/route/irouter.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/public/route') 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 * -- cgit v1.2.3