Approval.
This commit is contained in:
@ -1,2 +1,6 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$loan_types = array (
|
||||
'outgoing' => 'Ausgehend',
|
||||
'incoming' => 'Eingehend',
|
||||
);
|
||||
|
Reference in New Issue
Block a user