diff options
Diffstat (limited to 'app/Module/ModuleConfigInterface.php')
| -rw-r--r-- | app/Module/ModuleConfigInterface.php | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/app/Module/ModuleConfigInterface.php b/app/Module/ModuleConfigInterface.php index 07756aa8ab..e18f28c5e1 100644 --- a/app/Module/ModuleConfigInterface.php +++ b/app/Module/ModuleConfigInterface.php @@ -18,11 +18,12 @@ namespace Fisharebest\Webtrees\Module; /** * Interface ModuleConfigInterface - Classes and libraries for module system */ -interface ModuleConfigInterface { - /** - * The URL to a page where the user can modify the configuration of this module. - * - * @return string - */ - public function getConfigLink(); +interface ModuleConfigInterface +{ + /** + * The URL to a page where the user can modify the configuration of this module. + * + * @return string + */ + public function getConfigLink(); } |
