summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@webtrees.net>2019-01-22 11:21:58 +0000
committerGreg Roach <fisharebest@webtrees.net>2019-01-22 11:21:58 +0000
commit7a9ff21269fb06ec3d9ef2a6113d20662d322729 (patch)
tree6c3758be9ab680354e3f8ce9fac3898442b604b2 /app
parentaa9df155198c60f3424d27b58892e53197d63be7 (diff)
downloadwebtrees-7a9ff21269fb06ec3d9ef2a6113d20662d322729.tar.gz
webtrees-7a9ff21269fb06ec3d9ef2a6113d20662d322729.tar.bz2
webtrees-7a9ff21269fb06ec3d9ef2a6113d20662d322729.zip
Missing visibility
Diffstat (limited to 'app')
-rw-r--r--app/Module/ModuleChartTrait.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Module/ModuleChartTrait.php b/app/Module/ModuleChartTrait.php
index 3fd453b412..b6177c8f41 100644
--- a/app/Module/ModuleChartTrait.php
+++ b/app/Module/ModuleChartTrait.php
@@ -28,7 +28,7 @@ trait ModuleChartTrait
/**
* @return string
*/
- abstract function getName(): string;
+ abstract public function getName(): string;
/**
* A main menu item for this chart.