diff options
author | Joas Schilling <coding@schilljs.com> | 2017-05-10 09:56:38 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2017-05-10 09:56:38 +0200 |
commit | 538d32fe8734f563f3116c473f770bd4277c925b (patch) | |
tree | 004d99e6d04fdf07863ce3983869805b76833b3a /lib/private/Updater.php | |
parent | ca399406146d74f2f46f8b8815f0b3c165c996ab (diff) | |
download | nextcloud-server-538d32fe8734f563f3116c473f770bd4277c925b.tar.gz nextcloud-server-538d32fe8734f563f3116c473f770bd4277c925b.zip |
Automatic injection into the Fetchers
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'lib/private/Updater.php')
-rw-r--r-- | lib/private/Updater.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/private/Updater.php b/lib/private/Updater.php index 5c4a7725a1b..023b3e6972c 100644 --- a/lib/private/Updater.php +++ b/lib/private/Updater.php @@ -32,7 +32,6 @@ namespace OC; -use OC\App\AppStore\Fetcher\AppFetcher; use OC\Hooks\BasicEmitter; use OC\IntegrityCheck\Checker; use OC_App; |