summaryrefslogtreecommitdiff
path: root/app/Http/Controllers/GedcomRecordController.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Http/Controllers/GedcomRecordController.php')
-rw-r--r--app/Http/Controllers/GedcomRecordController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Http/Controllers/GedcomRecordController.php b/app/Http/Controllers/GedcomRecordController.php
index 82da802ef4..961a3a5030 100644
--- a/app/Http/Controllers/GedcomRecordController.php
+++ b/app/Http/Controllers/GedcomRecordController.php
@@ -54,7 +54,7 @@ class GedcomRecordController extends AbstractBaseController
}
return $this->viewResponse('gedcom-record-page', [
- 'facts' => $record->getFacts(),
+ 'facts' => $record->facts(),
'families' => $record->linkedFamilies($record::RECORD_TYPE),
'individuals' => $record->linkedIndividuals($record::RECORD_TYPE),
'meta_robots' => 'index,follow',