From 0be3221b7c394e4d043ab0a79db406d9dbbb31c8 Mon Sep 17 00:00:00 2001 From: Marcos Xavier Date: Fri, 29 Jan 2021 15:03:24 -0300 Subject: [PATCH] Update Event.php MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Alterando variável com nome incorreto: $this->data->descriotion para $this->data->description --- src/Resource/Event.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Resource/Event.php b/src/Resource/Event.php index cab475f..a8dfda0 100644 --- a/src/Resource/Event.php +++ b/src/Resource/Event.php @@ -22,7 +22,7 @@ public function initialize() $this->data = new stdClass(); $this->data->type = null; $this->data->createdAt = null; - $this->data->descriotion = null; + $this->data->description = null; } /**