phpvms/config/phpvms.php

16 lines
164 B
PHP
Raw Normal View History

<?php
return [
'currencies' => [
'dollar',
'euro',
'gbp',
'yen',
'jpy',
'rupee',
'rouble',
],
];