mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Fix all level 2 issues.
This commit is contained in:
@@ -190,7 +190,7 @@ class Account extends Model
|
||||
->where('name', 'account_number')
|
||||
->first();
|
||||
|
||||
return $metaValue ? $metaValue->data : '';
|
||||
return null !== $metaValue ? $metaValue->data : '';
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user