mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-19 16:10:00 +00:00
Fixed some reports.
This commit is contained in:
@@ -115,10 +115,11 @@ interface AccountRepositoryInterface
|
||||
|
||||
/**
|
||||
* @param Account $account
|
||||
* @param Carbon $date
|
||||
*
|
||||
* @return float
|
||||
*/
|
||||
public function leftOnAccount(Account $account);
|
||||
public function leftOnAccount(Account $account, Carbon $date);
|
||||
|
||||
/**
|
||||
* @param Account $account
|
||||
|
||||
Reference in New Issue
Block a user