Clean up processing for group.

This commit is contained in:
James Cole
2026-02-04 20:17:47 +01:00
parent 20986e6426
commit d25283f193
5 changed files with 81 additions and 80 deletions

View File

@@ -37,6 +37,7 @@ interface PeriodStatisticRepositoryInterface
public function findPeriodStatistic(Model $model, Carbon $start, Carbon $end, string $type): Collection;
public function saveStatistic(Model $model, int $currencyId, Carbon $start, Carbon $end, string $type, int $count, string $amount): PeriodStatistic;
public function savePrefixedStatistic(