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

@@ -73,7 +73,7 @@ class BoxController extends Controller
$cache->addProperty($today);
$cache->addProperty('box-available');
if ($cache->has()) {
//return response()->json($cache->get());
return response()->json($cache->get());
}
$leftPerDayAmount = '0';
$leftToSpendAmount = '0';