fix item getter name

This commit is contained in:
yggverse 2024-07-01 14:11:53 +03:00
parent 7f636cfb0a
commit ca0ca7dfb7

View file

@ -32,7 +32,7 @@ class Listing implements \Yggverse\Gemtext\Interface\Entity
$this->_item = $item; $this->_item = $item;
} }
public function Item(): ?string public function getItem(): ?string
{ {
return $this->_item; return $this->_item;
} }