James Cole
2022-09-11 07:08:02 +02:00
parent d9e8f8106a
commit 9c2f771bae
4 changed files with 18 additions and 15 deletions

View File

@@ -99,7 +99,7 @@ class BudgetController extends Controller
$cache->addProperty($budget->id);
if ($cache->has()) {
//return response()->json($cache->get());
return response()->json($cache->get());
}
$step = $this->calculateStep($start, $end); // depending on diff, do something with range of chart.
$collection = new Collection([$budget]);