@@ -26,7 +26,7 @@ |
||
| 26 | 26 | |
| 27 | 27 | public function getSourceValues() |
| 28 | 28 | { |
| 29 | - return array_merge([''], array_map(function ($color) { |
|
| 29 | + return array_merge([''], array_map(function($color) { |
|
| 30 | 30 | return $color['CSSClass']; |
| 31 | 31 | }, $this->getSource())); |
| 32 | 32 | } |