mirror of
https://github.com/YGGverse/gemtext-php.git
synced 2026-03-31 17:55:38 +00:00
fix item getter name
This commit is contained in:
parent
7f636cfb0a
commit
ca0ca7dfb7
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue