@@ -26,7 +26,7 @@ |
||
| 26 | 26 | $attributes = $column->getAttributes(); |
| 27 | 27 | $config = [ |
| 28 | 28 | 'hidden' => true, |
| 29 | - 'hidedlg' => empty($attributes['hidedlg']) ? false: (bool)$attributes['hidedlg'], |
|
| 29 | + 'hidedlg' => empty($attributes['hidedlg']) ? false : (bool)$attributes['hidedlg'], |
|
| 30 | 30 | 'name' => $escape($column->getName()) |
| 31 | 31 | ]; |
| 32 | 32 | $config = array_merge($config, $column->getAttributes()); |