From 49cc190b86b1014d97c26fb104f1c04322a12620 Mon Sep 17 00:00:00 2001 From: kremsy Date: Thu, 23 Mar 2017 21:19:03 +0100 Subject: [PATCH] rename json object --- core/Callbacks/Structures/BaseStructure.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Callbacks/Structures/BaseStructure.php b/core/Callbacks/Structures/BaseStructure.php index 5aa15265..75bd7393 100644 --- a/core/Callbacks/Structures/BaseStructure.php +++ b/core/Callbacks/Structures/BaseStructure.php @@ -20,7 +20,7 @@ abstract class BaseStructure { $this->maniaControl = $maniaControl; $this->plainJsonObject = json_decode($data[0]); } - + /** * Gets the Plain Json */