home-office #32

Merged
TorstenHettstedt merged 8 commits from home-office into master 2025-06-27 11:43:57 +02:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit 1d53db71e7 - Show all commits
@@ -17,8 +17,8 @@ use TorstenHettstedt\TimekeepingApi\Models\WorkingHoursView;
abstract class AbstractWorkingHoursViewRepository implements RepositoryReaderInterface
{
protected const SQL_SELECT = '';
protected const SQL_WHERE = '';
protected const string SQL_SELECT = '';
protected const string SQL_WHERE = '';
protected PeriodDesignationEnum $periodDesignation;
@@ -12,7 +12,7 @@ use TorstenHettstedt\TimekeepingApi\Models\PeriodDesignationEnum;
class WorkingHoursMonthlyViewRepository extends AbstractWorkingHoursViewRepository
{
protected const SQL_SELECT = <<<SQL
protected const string SQL_SELECT = <<<SQL
TorstenHettstedt marked this conversation as resolved Outdated
Outdated
Review

Wiso wieder weg?

Wiso wieder weg?
select
"Monat" as "period",
"Gesamtarbeitszeit" as "totalHours",