Работа над журналом для ст. мед сестер

This commit is contained in:
brusnitsyn
2026-05-04 17:11:16 +09:00
parent f107ebd167
commit 7a58812072
61 changed files with 3532 additions and 1163 deletions

View File

@@ -65,12 +65,12 @@ readonly class DateRange
public function startFirstOfMonth()
{
return $this->startDate->copy()->firstOfMonth()->setHour(6)->format('Y-m-d H:i:s');
return $this->startDate->copy()->firstOfMonth()->setHour(9)->format('Y-m-d H:i:s');
}
public function endFirstOfMonth()
{
return $this->endDate->copy()->firstOfMonth()->setHour(6)->format('Y-m-d H:i:s');
return $this->endDate->copy()->firstOfMonth()->setHour(9)->format('Y-m-d H:i:s');
}
/**