Some code cleanup.

This commit is contained in:
James Cole
2016-01-01 12:41:00 +01:00
parent 70c922cdc5
commit b415b6b043
14 changed files with 37 additions and 41 deletions

View File

@@ -206,7 +206,8 @@ class BudgetRepository extends ComponentRepository implements BudgetRepositoryIn
*
* @return Collection
*/
public function getBudgetReps(Budget $budget) {
public function getBudgetReps(Budget $budget)
{
$set = $budget->limitrepetitions()->count();
var_dump($set);
}