We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dde40a5 + 87b3997 commit c69c83bCopy full SHA for c69c83b
src/EntityImporter.php
@@ -11,7 +11,7 @@
11
use Wikibase\DataModel\Snak\PropertyValueSnak;
12
use Wikibase\DataModel\Statement\StatementList;
13
use Wikibase\Import\Store\ImportedEntityMappingStore;
14
-use Wikibase\Repo\Store\WikiPageEntityStore;
+use Wikibase\Lib\Store\EntityStore;
15
16
class EntityImporter {
17
@@ -39,7 +39,7 @@ public function __construct(
39
StatementsImporter $statementsImporter,
40
BadgeItemUpdater $badgeItemUpdater,
41
ApiEntityLookup $apiEntityLookup,
42
- WikiPageEntityStore $entityStore,
+ EntityStore $entityStore,
43
ImportedEntityMappingStore $entityMappingStore,
44
StatementsCountLookup $statementsCountLookup,
45
LoggerInterface $logger
0 commit comments