Skip to content

Commit 23188b1

Browse files
Try a fix
1 parent 39de1eb commit 23188b1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Utils/GedcomParser.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,6 @@ private function getFamily($family)
459459
$wife_id = (isset($this->persons_id[$wife])) ? $this->persons_id[$wife] : 0;
460460

461461
$family = Family::on($this->conn)->updateOrCreate(
462-
compact('husband_id', 'wife_id'),
463462
compact('husband_id', 'wife_id', 'description', 'nchi', 'rin')
464463
);
465464

0 commit comments

Comments
 (0)