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