From ecbcce8cd40740d83bf4353ed4283762f1435965 Mon Sep 17 00:00:00 2001 From: Guy-roland ASSALE Date: Tue, 2 Feb 2021 07:27:49 +0000 Subject: [PATCH] Fix ttle variable error --- src/CanBeBought.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CanBeBought.php b/src/CanBeBought.php index 949c3a6..43ce19b 100644 --- a/src/CanBeBought.php +++ b/src/CanBeBought.php @@ -26,7 +26,7 @@ trait CanBeBought } if (($title = $this->getAttribute('title'))) { - return $ttle; + return $title; } if (($description = $this->getAttribute('description'))) {