src/pvv/side/agenda: fix type

This commit is contained in:
2025-12-17 05:58:16 +09:00
parent fc8ca571fb
commit 3d07547f80

View File

@@ -21,7 +21,7 @@ class Agenda {
$this->activities = $activities;
}
public static function getFormattedDate(\DateTime $date): string {
public static function getFormattedDate(\DateTimeImmutable $date): string {
return $date->format('l j. M H.i');
}