Make class constant public
This commit is contained in:
parent
f220a77ad7
commit
f18e4c3edc
|
@ -22,7 +22,7 @@ final class NodaWikidataFetcher {
|
||||||
|
|
||||||
public const LANGUAGES_TO_CAPITALIZE = ["cs", "da", "de", "en", "es", "fr", "fi", "id", "it", "nl", "pl", "pt", "ru", "sv", 'sk', "tl", "tr"];
|
public const LANGUAGES_TO_CAPITALIZE = ["cs", "da", "de", "en", "es", "fr", "fi", "id", "it", "nl", "pl", "pt", "ru", "sv", 'sk', "tl", "tr"];
|
||||||
|
|
||||||
private const P_IDS_NODA_TAGS = [
|
public const P_IDS_NODA_TAGS = [
|
||||||
'gnd' => 'P227',
|
'gnd' => 'P227',
|
||||||
'lcsh' => 'P244',
|
'lcsh' => 'P244',
|
||||||
'aat' => 'P1014',
|
'aat' => 'P1014',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user