mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Enrich categories.
This commit is contained in:
@@ -77,6 +77,7 @@ class BudgetEnrichment implements EnrichmentInterface
|
||||
foreach ($this->collection as $budget) {
|
||||
$this->ids[] = (int)$budget->id;
|
||||
}
|
||||
$this->ids = array_unique($this->ids);
|
||||
}
|
||||
|
||||
private function collectNotes(): void
|
||||
|
Reference in New Issue
Block a user