From: Matthias Schmidt Date: Sat, 5 Jan 2019 09:07:29 +0000 (+0100) Subject: Remove redundant method overrriding X-Git-Tag: 5.2.0_Alpha_1~377 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=25b35e3b33ed30f679c1c806c286e7a04191c165;p=GitHub%2FWoltLab%2FWCF.git Remove redundant method overrriding See #2545 --- diff --git a/wcfsetup/install/files/lib/system/package/plugin/ObjectTypePackageInstallationPlugin.class.php b/wcfsetup/install/files/lib/system/package/plugin/ObjectTypePackageInstallationPlugin.class.php index 48994289a0..e00f5ff0f8 100644 --- a/wcfsetup/install/files/lib/system/package/plugin/ObjectTypePackageInstallationPlugin.class.php +++ b/wcfsetup/install/files/lib/system/package/plugin/ObjectTypePackageInstallationPlugin.class.php @@ -734,19 +734,6 @@ class ObjectTypePackageInstallationPlugin extends AbstractXMLPackageInstallation ); } - /** - * @inheritDoc - * @since 3.2 - */ - protected function getEmptyXml() { - return << - - - -XML; - } - /** * @inheritDoc * @since 3.2