mirror of
https://github.com/Karaka-Management/oms-Shop.git
synced 2026-01-11 18:48:41 +00:00
change module info name
This commit is contained in:
parent
14d51f6926
commit
6b09c0a1e3
|
|
@ -15,7 +15,7 @@ declare(strict_types=1);
|
||||||
namespace Modules\Shop\Admin;
|
namespace Modules\Shop\Admin;
|
||||||
|
|
||||||
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;
|
||||||
use phpOMS\System\File\Local\Directory;
|
use phpOMS\System\File\Local\Directory;
|
||||||
|
|
||||||
|
|
@ -32,7 +32,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
|
||||||
{
|
{
|
||||||
if (\file_exists(__DIR__ . '/../../../Web/Shop')) {
|
if (\file_exists(__DIR__ . '/../../../Web/Shop')) {
|
||||||
Directory::delete(__DIR__ . '/../../../Web/Shop');
|
Directory::delete(__DIR__ . '/../../../Web/Shop');
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user