diff options
author | Robin Appelman <icewind@owncloud.com> | 2014-03-24 14:55:03 +0100 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2014-03-24 14:55:03 +0100 |
commit | 0d0aac6fffb2da47054ed19eae835aa7d9904692 (patch) | |
tree | ad55d9471967736a86eb79e37e47d669d07fd3ce /lib/public/route | |
parent | 4c8a83e82fe4dfe5b83e09194060ecbf44f44791 (diff) | |
download | nextcloud-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.php | 2 |
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 * |