diff --git a/Models/Tag.php b/Models/Tag.php index 31f5593..7080ea3 100644 --- a/Models/Tag.php +++ b/Models/Tag.php @@ -186,7 +186,7 @@ class Tag implements ArrayableInterface, \JsonSerializable public function toArray() : array { return [ - 'id' => $this->id, + 'id' => $this->id, 'title' => $this->title, 'color' => $this->color, ];