diff --git a/Admin/Installer.php b/Admin/Installer.php index fa5eb54..09bf4da 100755 --- a/Admin/Installer.php +++ b/Admin/Installer.php @@ -38,12 +38,4 @@ final class Installer extends InstallerAbstract * @since 1.0.0 */ public const PATH = __DIR__; - - /** - * {@inheritdoc} - */ - public static function install(ApplicationAbstract $app, ModuleInfo $info, SettingsInterface $cfgHandler) : void - { - parent::install($app, $info, $cfgHandler); - } }