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 fa0c656 + 2bf1373 commit cea6ef3Copy full SHA for cea6ef3
composer.json
@@ -15,7 +15,7 @@
15
"php": ">=5.5.0",
16
"benestar/asparagus": "~0.4",
17
"monolog/monolog": "~1.18",
18
- "wikibase/data-model": "~6.0|~7.0"
+ "wikibase/data-model": "~6.0|~7.0|~8.0|~9.0"
19
},
20
"autoload": {
21
"psr-4": {
src/EntityImporter.php
@@ -152,7 +152,7 @@ private function getBadgeItems( array $entities ) {
152
continue;
153
}
154
155
- foreach( $entity->getSiteLinks() as $siteLink ) {
+ foreach( $entity->getSiteLinkList() as $siteLink ) {
156
foreach( $siteLink->getBadges() as $badge ) {
157
$badgeItems[] = $badge->getSerialization();
158
0 commit comments