change module info name

This commit is contained in:
Dennis Eichhorn 2020-02-24 21:23:13 +01:00
parent 14d51f6926
commit 6b09c0a1e3

View File

@ -15,7 +15,7 @@ declare(strict_types=1);
namespace Modules\Shop\Admin;
use phpOMS\DataStorage\Database\DatabasePool;
use phpOMS\Module\InfoManager;
use phpOMS\Module\ModuleInfo;
use phpOMS\Module\InstallerAbstract;
use phpOMS\System\File\Local\Directory;
@ -32,7 +32,7 @@ class Installer extends InstallerAbstract
/**
* {@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')) {
Directory::delete(__DIR__ . '/../../../Web/Shop');