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:
Diffstat (limited to 'core/Command/Config/Import.php')
-rw-r--r--core/Command/Config/Import.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Command/Config/Import.php b/core/Command/Config/Import.php
index a6e57e92052..7918ef620ab 100644
--- a/core/Command/Config/Import.php
+++ b/core/Command/Config/Import.php
@@ -33,7 +33,7 @@ use Symfony\Component\Console\Input\InputArgument;
use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Output\OutputInterface;
-class Import extends Command implements CompletionAwareInterface {
+class Import extends Command implements CompletionAwareInterface {
protected $validRootKeys = ['system', 'apps'];
/** @var IConfig */