Experimental chart for #2999

This commit is contained in:
James Cole
2020-03-21 05:26:39 +01:00
parent eb31ff4ebb
commit d5b315e3c8
5 changed files with 364 additions and 94 deletions

View File

@@ -186,7 +186,7 @@ class TransactionController extends Controller
$cache->addProperty($objectType);
$cache->addProperty('chart.transactions.destinations');
if ($cache->has()) {
//return response()->json($cache->get()); // @codeCoverageIgnore
return response()->json($cache->get()); // @codeCoverageIgnore
}
@@ -252,7 +252,7 @@ class TransactionController extends Controller
$cache->addProperty($objectType);
$cache->addProperty('chart.transactions.sources');
if ($cache->has()) {
//return response()->json($cache->get()); // @codeCoverageIgnore
return response()->json($cache->get()); // @codeCoverageIgnore
}