Extended budgets and limits [skip-ci]

This commit is contained in:
James Cole
2014-07-20 20:46:10 +02:00
parent 08cbd91dd9
commit 988046189d
9 changed files with 199 additions and 95 deletions

View File

@@ -9,4 +9,6 @@ interface LimitRepositoryInterface
public function store($data);
public function getTJByBudgetAndDateRange(\Budget $budget, \Carbon\Carbon $start, \Carbon\Carbon $end);
public function find($limitId);
}