diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2021-10-25 09:25:03 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-25 09:25:03 +0200 |
commit | d231d2618de78b87cbc3916109652f0432fee607 (patch) | |
tree | 74f4caa6fbb44209226284f99bcf4b1b5b933239 /lib | |
parent | 8ea91b4364e3da3bd20f2124e171498479068fc5 (diff) | |
parent | 06611e47802661b5ffbdb62c8c9d630083fd3879 (diff) | |
download | nextcloud-server-d231d2618de78b87cbc3916109652f0432fee607.tar.gz nextcloud-server-d231d2618de78b87cbc3916109652f0432fee607.zip |
Merge pull request #29425 from nextcloud/revert-28138-zorn-v-patch-2
Diffstat (limited to 'lib')
-rw-r--r-- | lib/private/legacy/OC_App.php | 1 |
1 files changed, 0 insertions, 1 deletions
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 |