Fix parse error

This commit is contained in:
James Cole 2025-02-11 06:05:47 +01:00
parent ec1e0e2807
commit 63c17f99b2
No known key found for this signature in database
GPG Key ID: B49A324B7EAD6D80

View File

@ -136,7 +136,7 @@ class ShowController extends Controller
$groups->setPath(route('accounts.show', [$account->id, $start->format('Y-m-d'), $end->format('Y-m-d')]));
$showAll = false;
Log::debug(sprintf(show: 'Call finalAccountBalance with date/time "%s"', $end->toIso8601String()));
Log::debug(sprintf('show: Call finalAccountBalance with date/time "%s"', $end->toIso8601String()));
$balances = Steam::filterAccountBalance(Steam::finalAccountBalance($account, $end), $account, $this->convertToNative, $accountCurrency);
return view(