@@ -726,7 +726,7 @@ |
||
| 726 | 726 | ->on('d_gid', '=', 'l_to') |
| 727 | 727 | ->on('d_file', '=', 'l_file'); |
| 728 | 728 | }) |
| 729 | - ->joinSub($first_child_subquery, 'subquery', function(JoinClause $join): void { |
|
| 729 | + ->joinSub($first_child_subquery, 'subquery', function (JoinClause $join): void { |
|
| 730 | 730 | $join |
| 731 | 731 | ->on('family_id', '=', 'l_from') |
| 732 | 732 | ->on('min_birth_jd', '=', 'd_julianday1'); |
@@ -49,7 +49,7 @@ |
||
| 49 | 49 | */ |
| 50 | 50 | public function __construct(Tree $tree) |
| 51 | 51 | { |
| 52 | - $this->tree = $tree; |
|
| 52 | + $this->tree = $tree; |
|
| 53 | 53 | $this->country_service = new CountryService(); |
| 54 | 54 | } |
| 55 | 55 | |