mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-15 19:09:50 +00:00
More code for bunq import, must now wait for reply from bunq itself
This commit is contained in:
@@ -134,4 +134,13 @@ class UserPerson extends BunqObject
|
||||
// echo '</pre>';
|
||||
}
|
||||
|
||||
/**
|
||||
* @return int
|
||||
*/
|
||||
public function getId(): int
|
||||
{
|
||||
return $this->id;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user