mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-05-04 13:16:31 +00:00
Greatly reduce number of queries in transaction transformer.
This commit is contained in:
@@ -31,5 +31,5 @@ interface EnrichmentInterface
|
||||
{
|
||||
public function enrich(Collection $collection): Collection;
|
||||
|
||||
public function enrichSingle(Model $model): Model;
|
||||
public function enrichSingle(Model|array $model): Model|array;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user