Differ between shared and normal transactions (not build yet).

This commit is contained in:
James Cole
2015-05-16 07:49:02 +02:00
parent 06b747c221
commit ae54497efa
3 changed files with 16 additions and 6 deletions

View File

@@ -125,10 +125,11 @@ interface BudgetRepositoryInterface
/**
* @param Budget $budget
* @param Carbon $date
* @param boolean $shared
*
* @return float
*/
public function spentInMonth(Budget $budget, Carbon $date);
public function spentInMonth(Budget $budget, Carbon $date, $shared);
/**
* @param array $data