@@ -99,7 +99,7 @@ |
||
| 99 | 99 | |
| 100 | 100 | foreach ($properties as $property) { |
| 101 | 101 | $datagridMapper->add( |
| 102 | - $property['name'], |
|
| 102 | + $property['name'], |
|
| 103 | 103 | ...$property['annotation']->getSettings() |
| 104 | 104 | ); |
| 105 | 105 | } |