summaryrefslogtreecommitdiff
path: root/app/Module/ModuleMenuInterface.php
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@webtrees.net>2019-01-20 20:50:14 +0000
committerGreg Roach <fisharebest@webtrees.net>2019-01-20 20:50:14 +0000
commitc1afbf581bf7b7d1bdf2abeff71d3e725bd407f3 (patch)
tree111bb16f0bb43ac956be4de6eb0df0c9aaf64e6d /app/Module/ModuleMenuInterface.php
parent49a243cb5fe7c21b24e262552d556b018bfe3f41 (diff)
downloadwebtrees-c1afbf581bf7b7d1bdf2abeff71d3e725bd407f3.tar.gz
webtrees-c1afbf581bf7b7d1bdf2abeff71d3e725bd407f3.tar.bz2
webtrees-c1afbf581bf7b7d1bdf2abeff71d3e725bd407f3.zip
Missing function visibility, etc.
Diffstat (limited to 'app/Module/ModuleMenuInterface.php')
-rw-r--r--app/Module/ModuleMenuInterface.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Module/ModuleMenuInterface.php b/app/Module/ModuleMenuInterface.php
index 492a516ca8..4cf892dde4 100644
--- a/app/Module/ModuleMenuInterface.php
+++ b/app/Module/ModuleMenuInterface.php
@@ -46,7 +46,7 @@ interface ModuleMenuInterface
*
* @return int
*/
- function defaultMenuOrder(): int;
+ public function defaultMenuOrder(): int;
/**
* A menu, to be added to the main application menu.