Skip to content

Commit

Permalink
fix item getter name
Browse files Browse the repository at this point in the history
  • Loading branch information
yggverse committed Jul 1, 2024
1 parent 7f636cf commit ca0ca7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Entity/Listing.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public function setItem(
$this->_item = $item;
}

public function Item(): ?string
public function getItem(): ?string
{
return $this->_item;
}
Expand Down

0 comments on commit ca0ca7d

Please sign in to comment.