From 081a5185416d5d2f6b7cb5c3aaa39e6d7d5e623d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Tue, 1 Sep 2020 11:03:54 +0200 Subject: [PATCH] Fix php cs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- lib/AppInfo/ApplicationLegacy.php | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/AppInfo/ApplicationLegacy.php b/lib/AppInfo/ApplicationLegacy.php index 6fac3c6a8..b194dd37f 100644 --- a/lib/AppInfo/ApplicationLegacy.php +++ b/lib/AppInfo/ApplicationLegacy.php @@ -50,7 +50,6 @@ use OCP\IGroup; use OCP\IServerContainer; use OCP\IUser; use OCP\IUserManager; -use OCP\IURLGenerator; use OCP\Util; if ((@include_once __DIR__ . '/../../vendor/autoload.php') === false) {