Skip to content

Commit 6c84d08

Browse files
committed
🧑‍💻 add wikidata to station source
1 parent 78be0ff commit 6c84d08

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/Services/Wikidata/WikidataImportService.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ public static function importStation(string $qId): Station {
7474
'ifopt_c' => $splittedIfopt[2] ?? null,
7575
'ifopt_d' => $splittedIfopt[3] ?? null,
7676
'ifopt_e' => $splittedIfopt[4] ?? null,
77+
'source' => 'wikidata',
7778
]
7879
);
7980
}

0 commit comments

Comments
 (0)