fix: set default value in method property

This commit is contained in:
Björn Fromme
2025-03-23 18:04:26 +01:00
parent f6573a25bc
commit 1b2fc78e8a
+1 -1
View File
@@ -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'],