Refactors and start of candidate answer relation

This commit is contained in:
2026-03-09 22:00:40 +01:00
parent 6d3402b8e3
commit 45f11f3564
24 changed files with 513 additions and 214 deletions
+6
View File
@@ -57,4 +57,10 @@ class Answer
{
$this->candidates->removeElement($candidate);
}
public function __toString(): string
{
return $this->text;
}
}