Skip to content

Commit bfadd69

Browse files
committed
Make phoneNumber a writeable property in Patron model
1 parent 13eebf2 commit bfadd69

File tree

1 file changed

+1
-1
lines changed
  • modules/os2forms_fbs_handler/src/Client/Model

1 file changed

+1
-1
lines changed

modules/os2forms_fbs_handler/src/Client/Model/Patron.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ public function __construct(
1919
public readonly ?bool $receiveSms = FALSE,
2020
public readonly ?bool $receivePostalMail = FALSE,
2121
public readonly ?array $notificationProtocols = NULL,
22-
public readonly ?string $phoneNumber = NULL,
2322
public readonly ?array $onHold = NULL,
2423
public readonly ?string $preferredLanguage = NULL,
2524
public readonly ?bool $guardianVisibility = NULL,
@@ -31,6 +30,7 @@ public function __construct(
3130
public ?string $preferredPickupBranch = NULL,
3231
public ?string $personId = NULL,
3332
public ?string $pincode = NULL,
33+
public ?string $phoneNumber = NULL,
3434
) {
3535
}
3636

0 commit comments

Comments
 (0)