change module info name

This commit is contained in:
Dennis Eichhorn 2020-02-24 21:23:13 +01:00
parent 7302b12591
commit d41a437641
2 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@ use Modules\Knowledgebase\Models\WikiCategory;
use Modules\Knowledgebase\Models\WikiCategoryMapper; use Modules\Knowledgebase\Models\WikiCategoryMapper;
use phpOMS\DataStorage\Database\DatabasePool; use phpOMS\DataStorage\Database\DatabasePool;
use phpOMS\Module\InfoManager; use phpOMS\Module\ModuleInfo;
use phpOMS\Module\InstallerAbstract; use phpOMS\Module\InstallerAbstract;
/** /**
@ -34,7 +34,7 @@ class Installer extends InstallerAbstract
/** /**
* {@inheritdoc} * {@inheritdoc}
*/ */
public static function install(DatabasePool $dbPool, InfoManager $info) : void public static function install(DatabasePool $dbPool, ModuleInfo $info) : void
{ {
parent::install($dbPool, $info); parent::install($dbPool, $info);

View File

@ -34,7 +34,7 @@ echo $this->getData('nav')->render();
<header><h1><?= $this->printHtml($doc->getName()); ?></h1></header> <header><h1><?= $this->printHtml($doc->getName()); ?></h1></header>
<article><?= $doc->getDoc(); ?></article> <article><?= $doc->getDoc(); ?></article>
<div class="inner"> <div class="inner">
<span class="tag">Test Tag</span> <span class="tag">FiBu v7.124.52334</span>
</div> </div>
</section> </section>
</div> </div>