diff options
Diffstat (limited to 'modules_v3/html')
| -rw-r--r-- | modules_v3/html/module.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/modules_v3/html/module.php b/modules_v3/html/module.php index 3eb2886508..6e4ddd2efd 100644 --- a/modules_v3/html/module.php +++ b/modules_v3/html/module.php @@ -1,6 +1,4 @@ <?php -// Classes and libraries for module system -// // webtrees: Web based Family History software // Copyright (C) 2014 webtrees development team. // @@ -23,6 +21,9 @@ use WT\Auth; +/** + * Class html_WT_Module + */ class html_WT_Module extends WT_Module implements WT_Module_Block { /** {@inheritdoc} */ public function getTitle() { |
