9 lines
113 B
PHP
9 lines
113 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'from_account' => 'From Account',
|
|
'to_account' => 'To Account',
|
|
|
|
];
|