9 lines
114 B
PHP
9 lines
114 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'from_account' => 'Van Account',
|
|
'to_account' => 'Naar Account',
|
|
|
|
];
|