fix: set default value in method property
This commit is contained in:
@@ -108,7 +108,7 @@ class ApiClient
|
||||
string $email,
|
||||
string $password,
|
||||
PersonalData $personalData,
|
||||
bool $debug
|
||||
bool $debug = false
|
||||
): Notification|PersonalData {
|
||||
$data = [
|
||||
'user' => $this->config['bpn_username'],
|
||||
|
||||
Reference in New Issue
Block a user