Test Setup Failed
Push — master ( a4f66d...29baaf )
by Mihail
41:06
created
Extend/Core/Arch/AdminController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -139,7 +139,7 @@
 block discarded – undo
139 139
      */
140 140
     public function getConfigs()
141 141
     {
142
-        return $this->type === 'widget' ? (array)Serialize::decode($this->widget->config) : (array)Serialize::decode($this->application->configs);
142
+        return $this->type === 'widget' ? (array) Serialize::decode($this->widget->config) : (array) Serialize::decode($this->application->configs);
143 143
     }
144 144
 
145 145
     /**
Please login to merge, or discard this patch.