[AUTOGENERATED] Update autogenerated code

This commit is contained in:
2021-04-15 16:58:13 +00:00
parent 483ac38888
commit c44443b52c
11 changed files with 37 additions and 57 deletions

View File

@@ -37,19 +37,18 @@ use DateTimeInterface;
class ProfileColor extends Entity
{
// {{{ Autocode
private int $gsactor_id;
private string $color;
private DateTimeInterface $created;
private DateTimeInterface $modified;
public function setGsactorId(int $gsactor_id): self
public function setGSActorId(int $gsactor_id): self
{
$this->gsactor_id = $gsactor_id;
return $this;
}
public function getGsactorId(): int
public function getGSActorId(): int
{
return $this->gsactor_id;
}