From 6dc64669f4cdfdcfae3291025beb3d50b69aabe6 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Mon, 24 Feb 2020 22:53:42 +0100 Subject: [PATCH] make installer final --- Admin/Installer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Admin/Installer.php b/Admin/Installer.php index 49e5359..fe3067f 100644 --- a/Admin/Installer.php +++ b/Admin/Installer.php @@ -29,7 +29,7 @@ use phpOMS\Module\ModuleInfo; * @link https://orange-management.org * @since 1.0.0 */ -class Installer extends InstallerAbstract +final class Installer extends InstallerAbstract { /** * {@inheritdoc}