summaryrefslogtreecommitdiff
path: root/app/Module/ModuleThemeTrait.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Module/ModuleThemeTrait.php')
-rw-r--r--app/Module/ModuleThemeTrait.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/app/Module/ModuleThemeTrait.php b/app/Module/ModuleThemeTrait.php
index 7e23af9525..60bda91c5e 100644
--- a/app/Module/ModuleThemeTrait.php
+++ b/app/Module/ModuleThemeTrait.php
@@ -55,11 +55,6 @@ use function view;
*/
trait ModuleThemeTrait
{
- /**
- * How should this module be identified in the control panel, etc.?
- *
- * @return string
- */
abstract public function title(): string;
public function description(): string