diff --git a/app/Models/Closet.php b/app/Models/Closet.php index 7f2d6aab..d088f819 100644 --- a/app/Models/Closet.php +++ b/app/Models/Closet.php @@ -225,7 +225,7 @@ class Closet { if (!$this->closet_modified) return false; - return $this->setTextures($this->textures->toJson()); + return $this->setTextures($this->textures->values()->toJson()); } /**