[AUTOGENERATED] Update autogenerated code
This commit is contained in:
@@ -51,6 +51,7 @@ class Invitation
|
||||
$this->code = $code;
|
||||
return $this;
|
||||
}
|
||||
|
||||
public function getCode(): string
|
||||
{
|
||||
return $this->code;
|
||||
@@ -61,6 +62,7 @@ class Invitation
|
||||
$this->user_id = $user_id;
|
||||
return $this;
|
||||
}
|
||||
|
||||
public function getUserId(): int
|
||||
{
|
||||
return $this->user_id;
|
||||
@@ -71,6 +73,7 @@ class Invitation
|
||||
$this->address = $address;
|
||||
return $this;
|
||||
}
|
||||
|
||||
public function getAddress(): string
|
||||
{
|
||||
return $this->address;
|
||||
@@ -81,6 +84,7 @@ class Invitation
|
||||
$this->address_type = $address_type;
|
||||
return $this;
|
||||
}
|
||||
|
||||
public function getAddressType(): string
|
||||
{
|
||||
return $this->address_type;
|
||||
@@ -91,6 +95,7 @@ class Invitation
|
||||
$this->registered_user_id = $registered_user_id;
|
||||
return $this;
|
||||
}
|
||||
|
||||
public function getRegisteredUserId(): ?int
|
||||
{
|
||||
return $this->registered_user_id;
|
||||
@@ -101,6 +106,7 @@ class Invitation
|
||||
$this->created = $created;
|
||||
return $this;
|
||||
}
|
||||
|
||||
public function getCreated(): DateTimeInterface
|
||||
{
|
||||
return $this->created;
|
||||
|
Reference in New Issue
Block a user