[AUTOGENERATED] Update autogenerated code
This commit is contained in:
@@ -50,6 +50,7 @@ class Notification
|
||||
$this->notice_id = $notice_id;
|
||||
return $this;
|
||||
}
|
||||
|
||||
public function getNoticeId(): int
|
||||
{
|
||||
return $this->notice_id;
|
||||
@@ -60,6 +61,7 @@ class Notification
|
||||
$this->profile_id = $profile_id;
|
||||
return $this;
|
||||
}
|
||||
|
||||
public function getProfileId(): int
|
||||
{
|
||||
return $this->profile_id;
|
||||
@@ -70,6 +72,7 @@ class Notification
|
||||
$this->reason = $reason;
|
||||
return $this;
|
||||
}
|
||||
|
||||
public function getReason(): ?string
|
||||
{
|
||||
return $this->reason;
|
||||
@@ -80,6 +83,7 @@ class Notification
|
||||
$this->created = $created;
|
||||
return $this;
|
||||
}
|
||||
|
||||
public function getCreated(): DateTimeInterface
|
||||
{
|
||||
return $this->created;
|
||||
@@ -90,6 +94,7 @@ class Notification
|
||||
$this->modified = $modified;
|
||||
return $this;
|
||||
}
|
||||
|
||||
public function getModified(): DateTimeInterface
|
||||
{
|
||||
return $this->modified;
|
||||
|
Reference in New Issue
Block a user