mirror of
https://github.com/kevin-DL/LaravelShoppingcart.git
synced 2026-01-24 16:05:29 +00:00
Merge pull request #118 from guysolamour/patch-1
Fix ttle variable error
This commit is contained in:
@@ -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