summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2021-10-23 11:18:07 +0200
committerGitHub <noreply@github.com>2021-10-23 11:18:07 +0200
commitc5e9f379bdef3ed2669aa8dbcd16afffc1d839a2 (patch)
tree16c46316ab54b8ff643ee4518964bd97f3062200 /lib
parenta06001e0851abc6073af678b742da3e1aa96eec9 (diff)
parent9cb0b8c713f795212149e1d08cfa9131e5db9737 (diff)
downloadnextcloud-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.php1
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