Skip to content

Commit

Permalink
Association Problem
Browse files Browse the repository at this point in the history
a2lix#15
how shall we do?
  • Loading branch information
tamert authored Dec 27, 2020
1 parent ff1c9f3 commit 9b5368a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ObjectInfo/DoctrineORMInfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ private function getAssocsConfig(ClassMetadata $metadata, array $assocNames): ar

foreach ($assocNames as $assocName) {
if (!$metadata->isAssociationInverseSide($assocName)) {
$assocsConfigs[$assocName] = [];
continue;
}

Expand Down

0 comments on commit 9b5368a

Please sign in to comment.