Finish up bunq import routine.

This commit is contained in:
James Cole
2018-03-24 18:55:02 +01:00
parent 3c9b7c07af
commit 6a6482dc7f
24 changed files with 696 additions and 79 deletions

View File

@@ -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)));
}
}