@@ -139,7 +139,7 @@ |
||
| 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 | /** |