diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2021-10-23 11:18:07 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-23 11:18:07 +0200 |
commit | c5e9f379bdef3ed2669aa8dbcd16afffc1d839a2 (patch) | |
tree | 16c46316ab54b8ff643ee4518964bd97f3062200 /lib | |
parent | a06001e0851abc6073af678b742da3e1aa96eec9 (diff) | |
parent | 9cb0b8c713f795212149e1d08cfa9131e5db9737 (diff) | |
download | nextcloud-server-c5e9f379bdef3ed2669aa8dbcd16afffc1d839a2.tar.gz nextcloud-server-c5e9f379bdef3ed2669aa8dbcd16afffc1d839a2.zip |
Merge pull request #28138 from nextcloud/zorn-v-patch-2
Diffstat (limited to 'lib')
-rw-r--r-- | lib/private/legacy/OC_App.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/private/legacy/OC_App.php b/lib/private/legacy/OC_App.php index 1ce3662000e..695020703a9 100644 --- a/lib/private/legacy/OC_App.php +++ b/lib/private/legacy/OC_App.php @@ -63,6 +63,7 @@ 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 |