From 9e14f762855a84674b7807626f0cd87282c5380b Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 22 Dec 2018 19:51:26 +0100 Subject: [PATCH] Move schema to json --- Admin/Installer.php | 8 -------- 1 file changed, 8 deletions(-) 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); - } }