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/DocumentProvider.php')
-rw-r--r--lib/Command/DocumentProvider.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Command/DocumentProvider.php b/lib/Command/DocumentProvider.php
index 583efc1..93fb3cb 100644
--- a/lib/Command/DocumentProvider.php
+++ b/lib/Command/DocumentProvider.php
@@ -27,9 +27,9 @@
namespace OCA\FullTextSearch\Command;
use Exception;
-use OCA\FullTextSearch\Model\ExtendedBase;
+use OC\Core\Command\Base;
use OCA\FullTextSearch\Model\Index;
-use OCA\FullTextSearch\Model\IndexDocument;
+use OCP\FullTextSearch\Model\IndexDocument;
use OCA\FullTextSearch\Service\MiscService;
use OCA\FullTextSearch\Service\ProviderService;
use Symfony\Component\Console\Input\InputArgument;
@@ -38,7 +38,7 @@ use Symfony\Component\Console\Input\InputOption;
use Symfony\Component\Console\Output\OutputInterface;
-class DocumentProvider extends ExtendedBase {
+class DocumentProvider extends Base {
/** @var ProviderService */