mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Optimize queries for statistics.
This commit is contained in:
@@ -33,7 +33,7 @@ interface EnrichmentInterface
|
||||
{
|
||||
public function enrich(Collection $collection): Collection;
|
||||
|
||||
public function enrichSingle(array|Model $model): array|Model;
|
||||
public function enrichSingle(array | Model $model): array | Model;
|
||||
|
||||
public function setUser(User $user): void;
|
||||
|
||||
|
Reference in New Issue
Block a user