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