diff --git a/Admin/Installer.php b/Admin/Installer.php index cdcf53b..8e900f6 100644 --- a/Admin/Installer.php +++ b/Admin/Installer.php @@ -28,12 +28,4 @@ use phpOMS\Module\InstallerAbstract; */ class Installer extends InstallerAbstract { - - /** - * {@inheritdoc} - */ - public static function install(DatabasePool $dbPool, InfoManager $info) : void - { - parent::install($dbPool, $info); - } }