From 52a71df308f2ec5ead7b5433b60182f164c093e3 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 8f94e3c..53459a4 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); - } }