[AUTOGENERATED] Update auto generated code in entities
This commit is contained in:
@@ -39,18 +39,17 @@ use DateTimeInterface;
|
||||
class GroupJoinQueue extends Entity
|
||||
{
|
||||
// {{{ Autocode
|
||||
|
||||
private int $gsactor_id;
|
||||
private int $group_id;
|
||||
private DateTimeInterface $created;
|
||||
|
||||
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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user