From cbabac7b1e7de6cc579a2e4596d5f8cc9dc037db Mon Sep 17 00:00:00 2001 From: root Date: Wed, 6 Jun 2018 12:25:42 +0200 Subject: [PATCH] Question entity --- src/Entity/Question.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Entity/Question.php b/src/Entity/Question.php index 3e4e18c..cad22d4 100644 --- a/src/Entity/Question.php +++ b/src/Entity/Question.php @@ -66,7 +66,7 @@ class Question return $this->id; } - public function getText(): ?string + public function getText(): string { return $this->text; }