* [MOD] Improved bootstrapping. Work in progress.

This commit is contained in:
nuxsmin
2018-02-14 17:46:34 +01:00
committed by Rubén Domínguez
parent 674c9154b7
commit c76bbee972
33 changed files with 105 additions and 134 deletions

View File

@@ -27,7 +27,6 @@ namespace SP\Modules\Web\Controllers;
defined('APP_ROOT') || die();
use SP\Account\AccountUtil;
use SP\Controller\ControllerBase;
use SP\Core\Acl\ActionsInterface;
use SP\Core\DiFactory;
use SP\Core\Exceptions\SPException;