mirror of
https://github.com/Karaka-Management/oms-Dashboard.git
synced 2026-01-11 17:38:41 +00:00
change module info name
This commit is contained in:
parent
a0327c3b8c
commit
0169745d95
|
|
@ -18,7 +18,7 @@ use Modules\Dashboard\Models\DashboardBoard;
|
|||
use Modules\Dashboard\Models\DashboardBoardMapper;
|
||||
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);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user