diff --git a/src/CanBeBought.php b/src/CanBeBought.php index d553c3f..949c3a6 100644 --- a/src/CanBeBought.php +++ b/src/CanBeBought.php @@ -29,7 +29,7 @@ trait CanBeBought return $ttle; } - if (($description = $this->getAttribute('description')) { + if (($description = $this->getAttribute('description'))) { return $description; } }