From 82d528afdffcfc2fd05b9acbde06b5943115007d Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Mon, 24 Feb 2020 21:23:22 +0100 Subject: [PATCH] autoformat --- Admin/Installer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Admin/Installer.php b/Admin/Installer.php index e42a2a2..05a53d8 100644 --- a/Admin/Installer.php +++ b/Admin/Installer.php @@ -15,8 +15,8 @@ declare(strict_types=1); namespace Modules\Search\Admin; use phpOMS\DataStorage\Database\DatabasePool; -use phpOMS\Module\ModuleInfo; use phpOMS\Module\InstallerAbstract; +use phpOMS\Module\ModuleInfo; use phpOMS\System\File\PathException; use phpOMS\System\File\PermissionException; use phpOMS\Utils\Parser\Php\ArrayParser;