nullable assoc
This commit is contained in:
parent
e6b99c2059
commit
d1b2dabc0f
1 changed files with 3 additions and 0 deletions
|
@ -707,6 +707,9 @@ public function <methodName>()
|
|||
|
||||
private function _isAssociationIsNullable($associationMapping)
|
||||
{
|
||||
if (isset($associationMapping['id']) && $associationMapping['id']) {
|
||||
return false;
|
||||
}
|
||||
if (isset($associationMapping['joinColumns'])) {
|
||||
$joinColumns = $associationMapping['joinColumns'];
|
||||
} else {
|
||||
|
|
Loading…
Add table
Reference in a new issue