diff options
Diffstat (limited to 'apps/files_external/appinfo/routes.php')
-rw-r--r-- | apps/files_external/appinfo/routes.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_external/appinfo/routes.php b/apps/files_external/appinfo/routes.php index 743c0b101f8..9085ca9f7db 100644 --- a/apps/files_external/appinfo/routes.php +++ b/apps/files_external/appinfo/routes.php @@ -30,7 +30,7 @@ /** * @var $this \OCP\Route\IRouter **/ -\OC_Mount_Config::$app->registerRoutes( +\OCA\Files_External\MountConfig::$app->registerRoutes( $this, [ 'resources' => [ |