@@ -144,7 +144,7 @@ |
||
| 144 | 144 | */ |
| 145 | 145 | public function getConfigs() |
| 146 | 146 | { |
| 147 | - return $this->type === 'widget' ? (array)Serialize::decode($this->widget->configs) : (array)Serialize::decode($this->application->configs); |
|
| 147 | + return $this->type === 'widget' ? (array) Serialize::decode($this->widget->configs) : (array) Serialize::decode($this->application->configs); |
|
| 148 | 148 | } |
| 149 | 149 | |
| 150 | 150 | /** |