add new insurance type
parent
7bfec123a5
commit
ab7ed34f81
|
|
@ -24,4 +24,6 @@ final class InsuranceType extends Enum
|
|||
const FiveStar = '4';
|
||||
|
||||
const FiveStarPlus = '5';
|
||||
|
||||
const Ja = '6';
|
||||
}
|
||||
|
|
|
|||
|
|
@ -78,6 +78,7 @@ class Contract extends Model
|
|||
InsuranceType::ThreeStar => '3 Stern',
|
||||
InsuranceType::FiveStar => '5 Stern',
|
||||
InsuranceType::FiveStarPlus => '5 Stern+',
|
||||
InsuranceType::Ja => 'Ja',
|
||||
default => 'Nein',
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue