mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-09 20:11:22 +00:00
Fix API convert to native. Still needs refactoring.
Some checks failed
Code - Run Sonarcloud / SonarCloud (push) Failing after 19s
Some checks failed
Code - Run Sonarcloud / SonarCloud (push) Failing after 19s
This commit is contained in:
@@ -42,10 +42,5 @@ interface NoBudgetRepositoryInterface
|
||||
|
||||
public function setUser(null|Authenticatable|User $user): void;
|
||||
|
||||
/**
|
||||
* @deprecated
|
||||
*/
|
||||
public function spentInPeriodWoBudgetMc(Collection $accounts, Carbon $start, Carbon $end): array;
|
||||
|
||||
public function sumExpenses(Carbon $start, Carbon $end, ?Collection $accounts = null, ?TransactionCurrency $currency = null): array;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user