summaryrefslogtreecommitdiffstats
path: root/apps/twofactor_backupcodes
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2020-05-07 21:10:30 +0200
committerChristoph Wurst <christoph@winzerhof-wurst.at>2020-06-17 09:22:21 +0200
commit69571fb536c7ad231ea4e5d350f8112a5923c6e1 (patch)
treeafcf6f455248ef99fcb2ee0f315e4b5db8ba8a59 /apps/twofactor_backupcodes
parentd1b03f5adf6d3371339bbcc3c7bfb8a5e2614789 (diff)
downloadnextcloud-server-69571fb536c7ad231ea4e5d350f8112a5923c6e1.tar.gz
nextcloud-server-69571fb536c7ad231ea4e5d350f8112a5923c6e1.zip
Add dedicated API for apps' bootstrapping process
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'apps/twofactor_backupcodes')
-rw-r--r--apps/twofactor_backupcodes/lib/AppInfo/Application.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/twofactor_backupcodes/lib/AppInfo/Application.php b/apps/twofactor_backupcodes/lib/AppInfo/Application.php
index 4c5d852f956..3cf05073ec8 100644
--- a/apps/twofactor_backupcodes/lib/AppInfo/Application.php
+++ b/apps/twofactor_backupcodes/lib/AppInfo/Application.php
@@ -35,7 +35,6 @@ use OCA\TwoFactorBackupCodes\Listener\RegistryUpdater;
use OCA\TwoFactorBackupCodes\Notifications\Notifier;
use OCP\AppFramework\App;
use OCP\Authentication\TwoFactorAuth\IRegistry;
-use OCP\EventDispatcher\IEventDispatcher;
use OCP\Notification\IManager;
use OCP\Util;