Warum war es wieder weg
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user