diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2020-05-07 21:10:30 +0200 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2020-06-17 09:22:21 +0200 |
commit | 69571fb536c7ad231ea4e5d350f8112a5923c6e1 (patch) | |
tree | afcf6f455248ef99fcb2ee0f315e4b5db8ba8a59 /apps/twofactor_backupcodes | |
parent | d1b03f5adf6d3371339bbcc3c7bfb8a5e2614789 (diff) | |
download | nextcloud-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.php | 1 |
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; |