A new chart, single count.

This commit is contained in:
James Cole
2015-06-27 17:38:16 +02:00
parent 4cceb3ddaa
commit 48624d0a34
2 changed files with 26 additions and 3 deletions

View File

@@ -133,7 +133,7 @@ class AccountController extends Controller
$cache->addProperty('single');
$cache->addProperty($account->id);
if ($cache->has()) {
return Response::json($cache->get()); // @codeCoverageIgnore
//return Response::json($cache->get()); // @codeCoverageIgnore
}
$data = $this->generator->single($account, $start, $end);