Full implemantation
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user