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

github.com/nextcloud/fulltextsearch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Command/Configure.php')
-rw-r--r--lib/Command/Configure.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Command/Configure.php b/lib/Command/Configure.php
index 7bc71b7..787e8cd 100644
--- a/lib/Command/Configure.php
+++ b/lib/Command/Configure.php
@@ -27,7 +27,7 @@
namespace OCA\FullTextSearch\Command;
use Exception;
-use OCA\FullTextSearch\Model\ExtendedBase;
+use OC\Core\Command\Base;
use OCA\FullTextSearch\Service\ConfigService;
use OCA\FullTextSearch\Service\MiscService;
use Symfony\Component\Console\Input\InputArgument;
@@ -35,7 +35,7 @@ use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Output\OutputInterface;
-class Configure extends ExtendedBase {
+class Configure extends Base {
/** @var ConfigService */
private $configService;