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/Check.php')
-rw-r--r--lib/Command/Check.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Command/Check.php b/lib/Command/Check.php
index 8b3aca1..81ee47f 100644
--- a/lib/Command/Check.php
+++ b/lib/Command/Check.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 OCA\FullTextSearch\Service\PlatformService;
@@ -37,7 +37,7 @@ use Symfony\Component\Console\Input\InputOption;
use Symfony\Component\Console\Output\OutputInterface;
-class Check extends ExtendedBase {
+class Check extends Base {
/** @var ConfigService */
private $configService;