* [MOD] Installer refactoring.

This commit is contained in:
nuxsmin
2018-03-15 20:00:09 +01:00
parent fddbf24138
commit 70959f52ec
10 changed files with 50 additions and 106 deletions

View File

@@ -26,8 +26,8 @@ namespace SP\Modules\Web\Controllers;
use Klein\Klein;
use SP\Bootstrap;
use SP\Core\Install\Installer;
use SP\Mvc\View\Template;
use SP\Services\Install\Installer;
use SP\Util\Util;
/**