@@ -25,7 +25,7 @@ |
||
| 25 | 25 | */ |
| 26 | 26 | public function getSettingsAttribute($value): array |
| 27 | 27 | { |
| 28 | - if (is_array($this->defaultSettings) && ! empty($this->defaultSettings)) { |
|
| 28 | + if (is_array($this->defaultSettings) && !empty($this->defaultSettings)) { |
|
| 29 | 29 | return $value ? array_merge(json_decode($value, true), $this->defaultSettings) : $this->defaultSettings; |
| 30 | 30 | } |
| 31 | 31 | |