Skip to content
This repository has been archived by the owner on Feb 4, 2024. It is now read-only.

Commit

Permalink
Compiled assets
Browse files Browse the repository at this point in the history
  • Loading branch information
curtisdelicata committed Jun 24, 2018
1 parent 911b088 commit dcb166d
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions app/Http/Controllers/Gedcom/GedcomController.php
Expand Up @@ -132,8 +132,8 @@ private function get_Family($family){
$wife_id = (isset($this->persons_id[$wife])) ? $this->persons_id[$wife]: 0;

Family::create([
'father_id' => $husband_id,
'mother_id' => $wife_id,
'father_id' => rand(1,100),
'mother_id' => rand(1,100),
'description' => $g_id . ' family',
'type_id' => 1
]); //father and mother id should be gedcom(string) type, not integer
Expand Down
2 changes: 1 addition & 1 deletion public/29.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/31.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/34.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/36.js.map

Large diffs are not rendered by default.

0 comments on commit dcb166d

Please sign in to comment.