Skip to content

Commit

Permalink
Merge branch 'fix_65' into feature/fix_null_array_issue55
Browse files Browse the repository at this point in the history
  • Loading branch information
KatjaGlassConsulting committed Nov 21, 2024
2 parents 6b60b40 + edfeb3f commit 79aa2e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Settings/MetaFieldSettings.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ public function find($id)

public function getWorkingTimeForDate(User $user, \DateTimeInterface $dateTime): int
{
$this->workingTimeService->getContractMode($user)->getCalculator($user)->getWorkHoursForDay($dateTime);
return $this->workingTimeService->getContractMode($user)->getCalculator($user)->getWorkHoursForDay($dateTime);
}
}

0 comments on commit 79aa2e5

Please sign in to comment.