Fixed some reports.

This commit is contained in:
James Cole
2015-05-17 09:35:49 +02:00
parent e6263f9ff5
commit dbb1c4d534
13 changed files with 45 additions and 117 deletions

View File

@@ -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