Skip to content

Commit

Permalink
Merge 3.x into master
Browse files Browse the repository at this point in the history
  • Loading branch information
SonataCI committed Apr 8, 2020
2 parents 7073242 + 14a39b0 commit 8a9820b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Admin/FieldDescription.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public function getValue($object)

$fieldMapping = $this->getFieldMapping();
// Support embedded object for mapping
// Ref: http://doctrine-orm.readthedocs.io/projects/doctrine-orm/en/latest/tutorials/embeddables.html
// Ref: https://www.doctrine-project.org/projects/doctrine-orm/en/latest/tutorials/embeddables.html
if (isset($fieldMapping['declaredField'])) {
$parentFields = explode('.', $fieldMapping['declaredField']);
foreach ($parentFields as $parentField) {
Expand Down

0 comments on commit 8a9820b

Please sign in to comment.