diff options
author | Joas Schilling <213943+nickvergessen@users.noreply.github.com> | 2021-10-25 08:41:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-25 08:41:56 +0200 |
commit | 06611e47802661b5ffbdb62c8c9d630083fd3879 (patch) | |
tree | 5713f0c974a265617594d96dec0cf219cdb9084d /lib/private/legacy | |
parent | dc9b05256c5c23680ae28ad3fd312c33e296ee00 (diff) | |
download | nextcloud-server-06611e47802661b5ffbdb62c8c9d630083fd3879.tar.gz nextcloud-server-06611e47802661b5ffbdb62c8c9d630083fd3879.zip |
Revert "Fix "never catch" catches in OC_App"
Diffstat (limited to 'lib/private/legacy')
-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 |