Convention fix
This commit is contained in:
parent
b346f1901a
commit
9c4e52c136
@ -313,8 +313,7 @@ class DatabaseDriver implements Driver
|
||||
//Here we need to check if $cols are the same as $primaryKeyColums
|
||||
if (!array_diff($cols,$primaryKeyColumns)) {
|
||||
$metadata->mapOneToOne($associationMapping);
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
$metadata->mapManyToOne($associationMapping);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user