This commit is contained in:
James Cole
2020-02-27 17:35:21 +01:00
parent e4fa437f78
commit 542c64154c
2 changed files with 8 additions and 1 deletions

View File

@@ -147,7 +147,7 @@ class General extends AbstractExtension
'balance',
static function (?Account $account): string {
if (null === $account) {
return 'NULL';
return '0';
}
/** @var Carbon $date */
$date = session('end', Carbon::now()->endOfMonth());