🤖 Auto commit for release 'develop' on 2026-02-14

This commit is contained in:
JC5
2026-02-14 09:25:24 +01:00
parent c2721f3f48
commit fc5b0db43f
16 changed files with 237 additions and 229 deletions

View File

@@ -51,6 +51,7 @@ class PeriodStatisticRepository implements PeriodStatisticRepositoryInterface, U
{
Log::debug(sprintf('Collect all statistics where type starts with "%s"', $prefix));
Log::debug(sprintf('Between %s and %s', $start->format('Y-m-d H:i:s'), $end->format('Y-m-d H:i:s')));
return $this->userGroup
->periodStatistics()
->where('type', 'LIKE', sprintf('%s%%', $prefix))