Question entity
parent
2dfc307eca
commit
cbabac7b1e
|
@ -66,7 +66,7 @@ class Question
|
|||
return $this->id;
|
||||
}
|
||||
|
||||
public function getText(): ?string
|
||||
public function getText(): string
|
||||
{
|
||||
return $this->text;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue