mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-04 04:24:26 +00:00
Improve bunq import.
This commit is contained in:
@@ -71,4 +71,16 @@ class MonetaryAccountSetting extends BunqObject
|
||||
{
|
||||
return $this->restrictionChat;
|
||||
}
|
||||
|
||||
/**
|
||||
* @return array
|
||||
*/
|
||||
public function toArray(): array
|
||||
{
|
||||
return [
|
||||
'color' => $this->color,
|
||||
'default_avatar_status' => $this->defaultAvatarStatus,
|
||||
'restriction_chat' => $this->restrictionChat,
|
||||
];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user