Added missing php doc

This commit is contained in:
Lucas Bartholemy 2019-06-22 16:37:44 +02:00
parent 6d97d6c6b2
commit 6a7936c77f

View File

@ -109,6 +109,9 @@ class Module extends \humhub\components\Module
return [];
}
/**
* @inheritdoc
*/
public function getName()
{
return Yii::t('UserModule.base', 'User');