summaryrefslogtreecommitdiff
path: root/app/Module/TimelineChartModule.php
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@webtrees.net>2018-11-11 19:36:26 +0000
committerGreg Roach <fisharebest@webtrees.net>2018-11-18 09:14:44 +0000
commitf4afa648fcb1eff2558e414d35a921dbfbf02078 (patch)
treede30e630d2af668608afaa377c51bdaac4287f6d /app/Module/TimelineChartModule.php
parentc09358794665832df009408551d8543ccb6e3783 (diff)
downloadwebtrees-f4afa648fcb1eff2558e414d35a921dbfbf02078.tar.gz
webtrees-f4afa648fcb1eff2558e414d35a921dbfbf02078.tar.bz2
webtrees-f4afa648fcb1eff2558e414d35a921dbfbf02078.zip
Rename GedcomRecord::getTree() to tree()
Diffstat (limited to 'app/Module/TimelineChartModule.php')
-rw-r--r--app/Module/TimelineChartModule.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Module/TimelineChartModule.php b/app/Module/TimelineChartModule.php
index a3469f502a..61a416df06 100644
--- a/app/Module/TimelineChartModule.php
+++ b/app/Module/TimelineChartModule.php
@@ -74,7 +74,7 @@ class TimelineChartModule extends AbstractModule implements ModuleChartInterface
$this->getTitle(),
route('timeline', [
'xrefs[]' => $individual->xref(),
- 'ged' => $individual->getTree()->name(),
+ 'ged' => $individual->tree()->name(),
]),
'menu-chart-timeline',
['rel' => 'nofollow']