[AUTOGENERATED] Update auto generated code in entities

This commit is contained in:
2021-02-20 21:01:08 +00:00
parent b27bda6a7c
commit e2e53d9a2a
40 changed files with 31 additions and 70 deletions

View File

@@ -35,7 +35,6 @@ use DateTimeInterface;
class UserNotificationPrefs extends Entity
{
// {{{ Autocode
private int $user_id;
private string $transport;
private ?int $target_gsactor_id;
@@ -73,13 +72,13 @@ class UserNotificationPrefs extends Entity
return $this->transport;
}
public function setTargetGsactorId(?int $target_gsactor_id): self
public function setTargetGSActorId(?int $target_gsactor_id): self
{
$this->target_gsactor_id = $target_gsactor_id;
return $this;
}
public function getTargetGsactorId(): ?int
public function getTargetGSActorId(): ?int
{
return $this->target_gsactor_id;
}