Merge branch 'master' into demo-cis40

This commit is contained in:
Harald Bamberger
2025-08-19 16:08:13 +02:00
@@ -710,4 +710,9 @@ class Student extends FHCAPI_Controller
return true;
return !!$value;
}
public function isValidDate($value)
{
return isValidDate($value);
}
}