diff --git a/Admin/Installer.php b/Admin/Installer.php index 942cd46..e932766 100644 --- a/Admin/Installer.php +++ b/Admin/Installer.php @@ -29,17 +29,4 @@ use phpOMS\Module\InstallerAbstract; */ class Installer extends InstallerAbstract { - - /** - * {@inheritdoc} - */ - public static function install(DatabasePool $dbPool, InfoManager $info) : void - { - parent::install($dbPool, $info); - - switch ($dbPool->get()->getType()) { - case DatabaseType::MYSQL: - break; - } - } }