We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4282d9 commit 2e0a6cfCopy full SHA for 2e0a6cf
src/Form/DataTransformer/ObjectToIdTransformer.php
@@ -64,7 +64,7 @@ public function transform($entity)
64
$value = [];
65
66
foreach ($entity as $e) {
67
- if (! $accessor->isReadable($entity, $property)) {
+ if (! $accessor->isReadable($e, $property)) {
68
continue;
69
}
70
0 commit comments