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