Small improvements to bunq import.

This commit is contained in:
James Cole
2017-09-28 08:17:32 +02:00
parent b80b026246
commit c19c7c680b
4 changed files with 16 additions and 1 deletions

View File

@@ -40,6 +40,15 @@ abstract class BunqRequest
'x-bunq-client-request-id' => 'X-Bunq-Client-Request-Id',
];
/**
* @return ServerPublicKey
*/
public function getServerPublicKey(): ServerPublicKey
{
return $this->serverPublicKey;
}
/**
* BunqRequest constructor.
*/