From 1cd695b7c974c3aa26b35c53267d54336ee7845c 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 5f3e113..46e4899 100755 --- a/Admin/Uninstaller.php +++ b/Admin/Uninstaller.php @@ -14,6 +14,8 @@ declare(strict_types=1); namespace Modules\Profile\Admin; +use phpOMS\Module\UninstallerAbstract; + /** * Uninstaller class. *