diff --git a/src/Entity/Quote.php b/src/Entity/Quote.php index 4adef6a..4356a7c 100644 --- a/src/Entity/Quote.php +++ b/src/Entity/Quote.php @@ -32,7 +32,7 @@ class Quote $this->_text = $text; } - public function Text(): ?string + public function getText(): ?string { return $this->_text; }