diff --git a/src/Entity/Listing.php b/src/Entity/Listing.php index d7b27b0..e77d169 100755 --- a/src/Entity/Listing.php +++ b/src/Entity/Listing.php @@ -32,7 +32,7 @@ class Listing implements \Yggverse\Gemtext\Interface\Entity $this->_item = $item; } - public function Item(): ?string + public function getItem(): ?string { return $this->_item; }