@@ -49,7 +49,7 @@ |
||
| 49 | 49 | $tree = $request->getAttribute('tree'); |
| 50 | 50 | assert($tree instanceof Tree); |
| 51 | 51 | |
| 52 | - $xref = $request->getAttribute('xref'); |
|
| 52 | + $xref = $request->getAttribute('xref'); |
|
| 53 | 53 | assert(is_string($xref)); |
| 54 | 54 | |
| 55 | 55 | $record = Factory::gedcomRecord()->make($xref, $tree); |