@@ -29,7 +29,7 @@ |
||
29 | 29 | // the name property changes for DatagridAssociationField |
30 | 30 | $name = $property->getName(); |
31 | 31 | if ($annotation instanceof DatagridAssociationField) { |
32 | - $name .= '.'.$annotation->getField(); |
|
32 | + $name .= '.' . $annotation->getField(); |
|
33 | 33 | } |
34 | 34 | |
35 | 35 | if (!$annotation->hasPosition()) { |