This commit is contained in:
James Cole
2020-03-20 15:52:20 +01:00
parent 4b0e46af2b
commit cd3f3fd781
3 changed files with 96 additions and 1 deletions

View File

@@ -58,7 +58,7 @@ trait ChartGeneration
$cache->addProperty('chart.account.account-balance-chart');
$cache->addProperty($accounts);
if ($cache->has()) {
//return $cache->get(); // @codeCoverageIgnore
return $cache->get(); // @codeCoverageIgnore
}
Log::debug('Regenerate chart.account.account-balance-chart from scratch.');
/** @var GeneratorInterface $generator */