We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13eebf2 commit bfadd69Copy full SHA for bfadd69
modules/os2forms_fbs_handler/src/Client/Model/Patron.php
@@ -19,7 +19,6 @@ public function __construct(
19
public readonly ?bool $receiveSms = FALSE,
20
public readonly ?bool $receivePostalMail = FALSE,
21
public readonly ?array $notificationProtocols = NULL,
22
- public readonly ?string $phoneNumber = NULL,
23
public readonly ?array $onHold = NULL,
24
public readonly ?string $preferredLanguage = NULL,
25
public readonly ?bool $guardianVisibility = NULL,
@@ -31,6 +30,7 @@ public function __construct(
31
30
public ?string $preferredPickupBranch = NULL,
32
public ?string $personId = NULL,
33
public ?string $pincode = NULL,
+ public ?string $phoneNumber = NULL,
34
) {
35
}
36
0 commit comments