From 06611e47802661b5ffbdb62c8c9d630083fd3879 Mon Sep 17 00:00:00 2001 From: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Date: Mon, 25 Oct 2021 08:41:56 +0200 Subject: Revert "Fix "never catch" catches in OC_App" --- lib/private/legacy/OC_App.php | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/private/legacy') diff --git a/lib/private/legacy/OC_App.php b/lib/private/legacy/OC_App.php index 695020703a9..1ce3662000e 100644 --- a/lib/private/legacy/OC_App.php +++ b/lib/private/legacy/OC_App.php @@ -63,7 +63,6 @@ use OCP\Authentication\IAlternativeLogin; use OCP\ILogger; use OCP\Settings\IManager as ISettingsManager; use Psr\Log\LoggerInterface; -use Throwable; /** * This class manages the apps. It allows them to register and integrate in the -- cgit v1.2.3