Add moar debug.

This commit is contained in:
James Cole 2024-12-26 14:12:05 +01:00
parent 291e73da4b
commit 7c8445707e
No known key found for this signature in database
GPG Key ID: B49A324B7EAD6D80

View File

@ -417,7 +417,7 @@ class AccountController extends Controller
*/
public function period(Account $account, Carbon $start, Carbon $end): JsonResponse
{
Log::debug('Now in period()');
Log::debug(sprintf('Now in period("%s", "%s")', $start->format('Y-m-d'), $end->format('Y-m-d')));
$chartData = [];
$cache = new CacheProperties();
$cache->addProperty('chart.account.period');