Merge pull request #118 from guysolamour/patch-1

Fix ttle variable error
This commit is contained in:
Patrick
2021-03-12 22:20:03 +01:00
committed by GitHub

View File

@@ -26,7 +26,7 @@ trait CanBeBought
} }
if (($title = $this->getAttribute('title'))) { if (($title = $this->getAttribute('title'))) {
return $ttle; return $title;
} }
if (($description = $this->getAttribute('description'))) { if (($description = $this->getAttribute('description'))) {