Skip to content

Commit

Permalink
Fix duplicate functions
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Hellmund committed Jan 27, 2022
1 parent c3975b8 commit c047605
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
8 changes: 0 additions & 8 deletions src/Tool/Wrapper/EntityWrapper.php
Original file line number Diff line number Diff line change
Expand Up @@ -126,14 +126,6 @@ protected function initialize()
}
}

/**
* {@inheritdoc}
*/
public function isEmbeddedAssociation($field)
{
return false;
}

/**
* {@inheritDoc}
*/
Expand Down
8 changes: 0 additions & 8 deletions src/Tool/Wrapper/MongoDocumentWrapper.php
Original file line number Diff line number Diff line change
Expand Up @@ -126,14 +126,6 @@ protected function initialize()
}
}

/**
* {@inheritdoc}
*/
public function isEmbeddedAssociation($field)
{
return $this->getMetadata()->isSingleValuedEmbed($field);
}

/**
* {@inheritDoc}
*/
Expand Down

0 comments on commit c047605

Please sign in to comment.