aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/route
diff options
context:
space:
mode:
Diffstat (limited to 'lib/public/route')
-rw-r--r--lib/public/route/irouter.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/route/irouter.php b/lib/public/route/irouter.php
index df397bc8758..125cd29e81b 100644
--- a/lib/public/route/irouter.php
+++ b/lib/public/route/irouter.php
@@ -22,7 +22,7 @@ interface IRouter {
/**
* loads the api routes
*/
- public function loadRoutes();
+ public function loadRoutes($app = null);
/**
* Sets the collection to use for adding routes