This commit is contained in:
James Cole
2023-05-17 07:02:08 +02:00
parent 3c082dcf0e
commit 63984f1c37
14 changed files with 68 additions and 21 deletions

View File

@@ -394,7 +394,7 @@ class AccountRepository implements AccountRepositoryInterface
return null;
}
return $journal->date->format('Y-m-d');
return $journal->date->format('Y-m-d H:i:s');
}
/**