mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-03 20:14:31 +00:00
Finish up bunq import routine.
This commit is contained in:
@@ -74,4 +74,12 @@ class UserLight extends BunqObject
|
||||
$this->legalName = $data['legal_name'];
|
||||
// aliases
|
||||
}
|
||||
|
||||
/**
|
||||
* @return array
|
||||
*/
|
||||
public function toArray(): array
|
||||
{
|
||||
die(sprintf('Cannot convert %s to array.', get_class($this)));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user