Method no longer used.

This commit is contained in:
James Cole
2016-01-01 19:57:23 +01:00
parent d16fb30a62
commit 7a4a78628d
3 changed files with 8 additions and 38 deletions

View File

@@ -203,17 +203,6 @@ class BudgetRepository extends ComponentRepository implements BudgetRepositoryIn
->get(['limit_repetitions.*', 'budget_limits.budget_id']);
}
/**
* @param Budget $budget
*
* @return Collection
*/
public function getBudgetLimits(Budget $budget)
{
return $budget->budgetLimits()->orderBy('startdate', 'DESC')->get();
}
/**
* Returns an array with the following key:value pairs:
*