fix(closet): fix closet json result

This commit is contained in:
Pig Fang 2018-01-14 19:57:06 +08:00
parent 74f17494a4
commit 14517b1638

View File

@ -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());
}
/**