9 lines
178 B
PHP
9 lines
178 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'from_account' => 'From Account',
|
|
'to_account' => 'To Account',
|
|
'delete_transfer' => 'Transfer : :from to :to :amount',
|
|
];
|