Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2022-09-24 08:33:30 +0300
committerGitHub <noreply@github.com>2022-09-24 08:33:30 +0300
commit6a8b189be583ac9277279c68074bbeceadbd5c90 (patch)
tree0eeeec1b807f5cf9e7934907a0985872243c0160
parentc579fcbb0805b960ec1ebe7c891b233263c4b2bb (diff)
parentc2bd4f39c143222185783efacc13000ea425df3b (diff)
Merge pull request #34220 from nextcloud/fix-php-cs-setup
Make phpcs happy and remove unused setup thing
-rw-r--r--lib/private/Setup.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/private/Setup.php b/lib/private/Setup.php
index a14d43a65f0..a94074c37e7 100644
--- a/lib/private/Setup.php
+++ b/lib/private/Setup.php
@@ -51,7 +51,6 @@ namespace OC;
use bantu\IniGetWrapper\IniGetWrapper;
use Exception;
use InvalidArgumentException;
-use OC\App\AppStore\Bundles\BundleFetcher;
use OC\Authentication\Token\PublicKeyTokenProvider;
use OC\Authentication\Token\TokenCleanupJob;
use OC\Log\Rotate;