This commit is contained in:
James Cole
2020-10-01 12:48:27 +02:00
parent 3ce949f0aa
commit b3edbecde2
4 changed files with 54 additions and 23 deletions

View File

@@ -310,7 +310,6 @@ class IndexController extends Controller
}
$budgets[] = $array;
}
return $budgets;
}
}