setText('See https://github.com/KevinFrantz/infinito/issues.'); $helpSource->setSlug(self::getSlug()); EntityTemplateFactory::createStandartPublicRights($helpSource); return $helpSource; } /** * @return string */ public static function getIcon(): string { return 'fas fa-question'; } }