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
@@ -17,8 +17,8 @@ use TorstenHettstedt\TimekeepingApi\Models\WorkingHoursView;
abstract class AbstractWorkingHoursViewRepository implements RepositoryReaderInterface abstract class AbstractWorkingHoursViewRepository implements RepositoryReaderInterface
{ {
protected const SQL_SELECT = ''; protected const string SQL_SELECT = '';
protected const SQL_WHERE = ''; protected const string SQL_WHERE = '';
protected PeriodDesignationEnum $periodDesignation; protected PeriodDesignationEnum $periodDesignation;
@@ -12,7 +12,7 @@ use TorstenHettstedt\TimekeepingApi\Models\PeriodDesignationEnum;
class WorkingHoursMonthlyViewRepository extends AbstractWorkingHoursViewRepository class WorkingHoursMonthlyViewRepository extends AbstractWorkingHoursViewRepository
{ {
protected const SQL_SELECT = <<<SQL protected const string SQL_SELECT = <<<SQL
select select
"Monat" as "period", "Monat" as "period",
"Gesamtarbeitszeit" as "totalHours", "Gesamtarbeitszeit" as "totalHours",