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