mirror of
https://github.com/Karaka-Management/oms-Knowledgebase.git
synced 2026-01-23 06:48:42 +00:00
change module info name
This commit is contained in:
parent
7302b12591
commit
d41a437641
|
|
@ -18,7 +18,7 @@ use Modules\Knowledgebase\Models\WikiCategory;
|
|||
use Modules\Knowledgebase\Models\WikiCategoryMapper;
|
||||
|
||||
use phpOMS\DataStorage\Database\DatabasePool;
|
||||
use phpOMS\Module\InfoManager;
|
||||
use phpOMS\Module\ModuleInfo;
|
||||
use phpOMS\Module\InstallerAbstract;
|
||||
|
||||
/**
|
||||
|
|
@ -34,7 +34,7 @@ class Installer extends InstallerAbstract
|
|||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public static function install(DatabasePool $dbPool, InfoManager $info) : void
|
||||
public static function install(DatabasePool $dbPool, ModuleInfo $info) : void
|
||||
{
|
||||
parent::install($dbPool, $info);
|
||||
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ echo $this->getData('nav')->render();
|
|||
<header><h1><?= $this->printHtml($doc->getName()); ?></h1></header>
|
||||
<article><?= $doc->getDoc(); ?></article>
|
||||
<div class="inner">
|
||||
<span class="tag">Test Tag</span>
|
||||
<span class="tag">FiBu v7.124.52334</span>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user