mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-03 20:14:31 +00:00
Fix several issues with bunq import #1330
This commit is contained in:
@@ -61,6 +61,8 @@ class ServerPublicKey extends BunqObject
|
||||
*/
|
||||
public function toArray(): array
|
||||
{
|
||||
die(sprintf('Cannot convert %s to array.', get_class($this)));
|
||||
return [
|
||||
'server_public_key' => $this->publicKey,
|
||||
];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user