From b421402b363173d5deda698abdc30b56ecdc14ab Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sun, 3 Oct 2021 09:30:30 +0200 Subject: [PATCH] fix class names and typos --- Admin/Uninstaller.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Admin/Uninstaller.php b/Admin/Uninstaller.php index 23c4d01..e2241e8 100755 --- a/Admin/Uninstaller.php +++ b/Admin/Uninstaller.php @@ -14,6 +14,8 @@ declare(strict_types=1); namespace Modules\HumanResourceManagement\Admin; +use phpOMS\Module\UninstallerAbstract; + /** * Uninstaller class. *