Update CanBeBought.php

Add missing bracket
This commit is contained in:
Patrick
2021-01-18 21:39:38 +01:00
committed by GitHub
parent db5ad0b3e4
commit c7b8291ce7

View File

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