rename json object

This commit is contained in:
kremsy 2017-03-23 21:19:03 +01:00
parent 55d5cf1b06
commit 49cc190b86

View File

@ -20,7 +20,7 @@ abstract class BaseStructure {
$this->maniaControl = $maniaControl; $this->maniaControl = $maniaControl;
$this->plainJsonObject = json_decode($data[0]); $this->plainJsonObject = json_decode($data[0]);
} }
/** /**
* Gets the Plain Json * Gets the Plain Json
*/ */