11 lines
124 B
PHP
11 lines
124 B
PHP
<?php
|
|
|
|
return [
|
|
'Names' => [
|
|
'UGX' => [
|
|
'USh',
|
|
'Ugandan Shilling',
|
|
],
|
|
],
|
|
];
|