Full implemantation

This commit is contained in:
2022-11-28 22:56:21 -03:00
parent 30ef4c6a35
commit c53eb4c7a6
55 changed files with 1505 additions and 1011 deletions

View File

@ -24,7 +24,7 @@ class Attachment implements Model
}
public function getValue(): bool
{
return $this->value;
return $this->value ?? false;
}
public function setId(int $id): Attachment