mirror of
https://github.com/kevin-DL/LaravelShoppingcart.git
synced 2026-01-11 18:54:33 +00:00
Update CanBeBought.php
Add missing bracket
This commit is contained in:
@@ -29,7 +29,7 @@ trait CanBeBought
|
||||
return $ttle;
|
||||
}
|
||||
|
||||
if (($description = $this->getAttribute('description')) {
|
||||
if (($description = $this->getAttribute('description'))) {
|
||||
return $description;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user