Warum war es wieder weg

This commit is contained in:
2025-06-27 11:42:54 +02:00
parent dbca8ad570
commit 1d53db71e7
2 changed files with 3 additions and 3 deletions
@@ -12,7 +12,7 @@ use TorstenHettstedt\TimekeepingApi\Models\PeriodDesignationEnum;
class WorkingHoursMonthlyViewRepository extends AbstractWorkingHoursViewRepository
{
protected const SQL_SELECT = <<<SQL
protected const string SQL_SELECT = <<<SQL
select
"Monat" as "period",
"Gesamtarbeitszeit" as "totalHours",