mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-09 20:11:22 +00:00
Some code cleanup.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user