@@ -47,10 +47,10 @@ |
||
47 | 47 | public function getSettings(): array |
48 | 48 | { |
49 | 49 | return [ |
50 | - $this->type ?? null, |
|
51 | - $this->filterOptions, |
|
52 | - $this->fieldOptions, |
|
53 | - $this->fieldDescriptionOptions, |
|
50 | + $this->type ?? null, |
|
51 | + $this->filterOptions, |
|
52 | + $this->fieldOptions, |
|
53 | + $this->fieldDescriptionOptions, |
|
54 | 54 | ]; |
55 | 55 | } |
56 | 56 |