mirror of
https://github.com/YGGverse/gemtext-php.git
synced 2026-03-31 17:55:38 +00:00
fix getter name
This commit is contained in:
parent
9d035c8a26
commit
a68ec839e4
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ class Quote
|
|||
$this->_text = $text;
|
||||
}
|
||||
|
||||
public function Text(): ?string
|
||||
public function getText(): ?string
|
||||
{
|
||||
return $this->_text;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue