[AUTOGENERATED] Update autogenerated code

This commit is contained in:
2021-05-05 16:03:03 +00:00
parent 10c79bcafe
commit d31c3b1784
47 changed files with 228 additions and 176 deletions

View File

@@ -41,6 +41,7 @@ use DateTimeInterface;
class LocalGroup extends Entity
{
// {{{ Autocode
// @codeCoverageIgnoreStart
private int $group_id;
private ?string $nickname;
private \DateTimeInterface $created;
@@ -90,6 +91,7 @@ class LocalGroup extends Entity
return $this->modified;
}
// @codeCoverageIgnoreEnd
// }}} Autocode
public function getActor()