From 215aef3cbdc1963be1bb6bca5218ee0a4b7f1665 Mon Sep 17 00:00:00 2001 From: "John Molakvoæ (skjnldsv)" Date: Fri, 4 Jun 2021 21:52:51 +0200 Subject: Update php licenses MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- apps/files_external/appinfo/app.php | 2 +- apps/files_external/appinfo/routes.php | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) (limited to 'apps/files_external/appinfo') diff --git a/apps/files_external/appinfo/app.php b/apps/files_external/appinfo/app.php index 15254b29002..432a2af502d 100644 --- a/apps/files_external/appinfo/app.php +++ b/apps/files_external/appinfo/app.php @@ -8,6 +8,7 @@ * @author Morris Jobke * @author Robin Appelman * @author Robin McCorkell + * @author szaimen * @author Vincent Petry * * @license AGPL-3.0 @@ -25,7 +26,6 @@ * along with this program. If not, see * */ - use OCA\Files_External\Config\ConfigAdapter; require_once __DIR__ . '/../3rdparty/autoload.php'; diff --git a/apps/files_external/appinfo/routes.php b/apps/files_external/appinfo/routes.php index 23b692703a7..bce4b0acdfb 100644 --- a/apps/files_external/appinfo/routes.php +++ b/apps/files_external/appinfo/routes.php @@ -26,10 +26,6 @@ * along with this program. If not, see * */ - -/** - * @var $this \OCP\Route\IRouter - **/ \OCA\Files_External\MountConfig::$app->registerRoutes( $this, [ -- cgit v1.2.3