WIP: Implement application process
This commit is contained in:
@@ -1,20 +0,0 @@
|
||||
<?php
|
||||
|
||||
namespace App\Model;
|
||||
|
||||
class BenefitsDto
|
||||
{
|
||||
public static array $defaults = [
|
||||
'anreise',
|
||||
'unterkunft',
|
||||
'verpflegung',
|
||||
'skipass',
|
||||
];
|
||||
|
||||
public static array $values = [
|
||||
'anreise' => 'Anreise im E&P Reisebus',
|
||||
'unterkunft' => 'Unterkunft',
|
||||
'verpflegung' => 'Verpflegung',
|
||||
'skipass' => 'Skipass',
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user