Add missing fields & migrations

This commit is contained in:
Jean-Francois Monfort
2021-04-22 14:47:00 +02:00
parent c233c481b6
commit 05ebdefd47
6 changed files with 253 additions and 21 deletions

View File

@@ -49,17 +49,11 @@ class ActivityPresence
*/
private bool $active = true;
/**
* Get id
*/
public function getId(): int
{
return $this->id;
}
/**
* Set name
*/
public function setName(array $name): self
{
$this->name = $name;