wip: finalize implementation

This commit is contained in:
Björn Fromme
2025-10-17 18:46:25 +02:00
parent dc7ed0728a
commit 434c4d0a11
20 changed files with 112 additions and 224 deletions
+1 -1
View File
@@ -186,7 +186,7 @@ class ParticipantDto
*
* @return bool True if an insurance is selected
*/
public function hasInsurance(): bool
public function hasInsuranceSelected(): bool
{
return null !== $this->insurance;
}