mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-04 20:11:54 +00:00
Auto commit for release 'develop' on 2025-02-18
This commit is contained in:
@@ -62,7 +62,7 @@ class AccountTransformer extends AbstractTransformer
|
||||
*/
|
||||
public function transform(Account $account): array
|
||||
{
|
||||
if(null === $account->meta) {
|
||||
if (null === $account->meta) {
|
||||
$account->meta = [];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user