mirror of
https://github.com/kevin-DL/LaravelShoppingcart.git
synced 2026-01-11 18:54:33 +00:00
Fix ttle variable error
This commit is contained in:
committed by
GitHub
parent
f2c763e311
commit
ecbcce8cd4
@@ -26,7 +26,7 @@ trait CanBeBought
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (($title = $this->getAttribute('title'))) {
|
if (($title = $this->getAttribute('title'))) {
|
||||||
return $ttle;
|
return $title;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (($description = $this->getAttribute('description'))) {
|
if (($description = $this->getAttribute('description'))) {
|
||||||
|
|||||||
Reference in New Issue
Block a user