Parameter change [skip ci]

This commit is contained in:
James Cole 2016-04-27 19:22:15 +02:00
parent e3437ba697
commit 75d81f8f18

View File

@ -421,7 +421,7 @@ class AccountRepository implements AccountRepositoryInterface
* @param Account $account * @param Account $account
* @param Carbon $date * @param Carbon $date
* *
* @return float * @return string
*/ */
public function leftOnAccount(Account $account, Carbon $date): string public function leftOnAccount(Account $account, Carbon $date): string
{ {