6 lines
138 B
PHP
6 lines
138 B
PHP
|
<?PHP
|
||
|
declare(strict_types = 1);
|
||
|
$institution_external_id_repositories = array (
|
||
|
'hu_ksh' => 'Hungarian Central Statistical Office',
|
||
|
);
|