mirror of
https://github.com/Karaka-Management/oms-Exchange.git
synced 2026-01-25 15:28:41 +00:00
change module info name
This commit is contained in:
parent
9ba23caf90
commit
ff1a2c44f9
|
|
@ -17,7 +17,7 @@ namespace Modules\Exchange\Admin;
|
|||
use Modules\Exchange\Models\InterfaceManager;
|
||||
use Modules\Exchange\Models\InterfaceManagerMapper;
|
||||
use phpOMS\DataStorage\Database\DatabasePool;
|
||||
use phpOMS\Module\InfoManager;
|
||||
use phpOMS\Module\ModuleInfo;
|
||||
|
||||
use phpOMS\Module\InstallerAbstract;
|
||||
use phpOMS\System\File\Local\Directory;
|
||||
|
|
@ -35,7 +35,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);
|
||||
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ use phpOMS\System\File\PathException;
|
|||
use phpOMS\Utils\ArrayUtils;
|
||||
|
||||
/**
|
||||
* InfoManager class.
|
||||
* ModuleInfo class.
|
||||
*
|
||||
* Handling the info files for modules
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user