Skip to content

Commit

Permalink
Fix a link to Doctrine documentation site (#1028)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorrit committed Apr 7, 2020
1 parent 410cee4 commit 14a39b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Admin/FieldDescription.php
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 14a39b0

Please sign in to comment.