autoformat

This commit is contained in:
Dennis Eichhorn 2020-02-24 21:23:22 +01:00
parent f628acc03a
commit 82d528afdf

View File

@ -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;