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_sharing/appinfo/app.php | 3 +-- apps/files_sharing/appinfo/routes.php | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) (limited to 'apps/files_sharing/appinfo') diff --git a/apps/files_sharing/appinfo/app.php b/apps/files_sharing/appinfo/app.php index 84fb68dbe2e..79be3732773 100644 --- a/apps/files_sharing/appinfo/app.php +++ b/apps/files_sharing/appinfo/app.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Björn Schießle - * @author John Molakvoæ (skjnldsv) + * @author John Molakvoæ * @author Morris Jobke * @author Robin Appelman * @@ -22,7 +22,6 @@ * along with this program. If not, see * */ - use OCA\Files_Sharing\ShareBackend\File; use OCA\Files_Sharing\ShareBackend\Folder; use OCA\Files_Sharing\AppInfo\Application; diff --git a/apps/files_sharing/appinfo/routes.php b/apps/files_sharing/appinfo/routes.php index 12cdf66707f..7a6eec40d7e 100644 --- a/apps/files_sharing/appinfo/routes.php +++ b/apps/files_sharing/appinfo/routes.php @@ -5,7 +5,7 @@ * @author Björn Schießle * @author Christoph Wurst * @author Joas Schilling - * @author John Molakvoæ (skjnldsv) + * @author John Molakvoæ * @author Lukas Reschke * @author Maxence Lange * @author Roeland Jago Douma @@ -25,7 +25,6 @@ * along with this program. If not, see * */ - return [ 'resources' => [ 'ExternalShares' => ['url' => '/api/externalShares'], -- cgit v1.2.3