clean up comment

This commit is contained in:
Werner Masik
2026-06-23 15:30:52 +02:00
parent faec23b933
commit 1bb4181974
@@ -92,19 +92,5 @@ EOTXT;
return parent::__toString() . $txt;
}
/* public function validate()
{
if( !(filter_var($this->tage, FILTER_VALIDATE_INT,
array(
'options' => array(
'min_range' => 1,
'max_range' => 50
)
)
)) ) {
$this->validationerrors[] = 'Urlaubsanspruch muss eine Tagesanzahl im Bereich 1 bis 50 sein.';
}
return parent::validate();
} */
}