@@ -12,11 +12,10 @@ |
||
12 | 12 | |
13 | 13 | defined('PH7') or exit('Restricted access'); |
14 | 14 | |
15 | -use |
|
16 | -PH7\Framework\Url\Url, |
|
17 | -PH7\Framework\Geo\Misc\Country, |
|
18 | -PH7\Framework\Security\Validate\Validate, |
|
19 | -PH7\Framework\Ip\Ip; |
|
15 | +use PH7\Framework\Url\Url; |
|
16 | +use PH7\Framework\Geo\Misc\Country; |
|
17 | +use PH7\Framework\Security\Validate\Validate; |
|
18 | +use PH7\Framework\Ip\Ip; |
|
20 | 19 | |
21 | 20 | /** Reset the time limit and increase the memory **/ |
22 | 21 | @set_time_limit(0); |
@@ -9,11 +9,10 @@ |
||
9 | 9 | |
10 | 10 | defined('PH7') or exit('Restricted access'); |
11 | 11 | |
12 | -use |
|
13 | -PH7\Framework\Cache\Cache, |
|
14 | -PH7\Framework\Mvc\Request\Http, |
|
15 | -PH7\Framework\Mvc\Router\Uri, |
|
16 | -PH7\Framework\Url\Header; |
|
12 | +use PH7\Framework\Cache\Cache; |
|
13 | +use PH7\Framework\Mvc\Request\Http; |
|
14 | +use PH7\Framework\Mvc\Router\Uri; |
|
15 | +use PH7\Framework\Url\Header; |
|
17 | 16 | |
18 | 17 | class AdsFormProcess extends Form |
19 | 18 | { |
@@ -9,9 +9,8 @@ |
||
9 | 9 | |
10 | 10 | defined('PH7') or exit('Restricted access'); |
11 | 11 | |
12 | -use |
|
13 | -PH7\Framework\Cache\Cache, |
|
14 | -PH7\Framework\Mvc\Model\Module as ModuleModel; |
|
12 | +use PH7\Framework\Cache\Cache; |
|
13 | +use PH7\Framework\Mvc\Model\Module as ModuleModel; |
|
15 | 14 | |
16 | 15 | class DisableModuleFormProcess extends Form |
17 | 16 | { |
@@ -7,11 +7,9 @@ |
||
7 | 7 | */ |
8 | 8 | namespace PH7; |
9 | 9 | |
10 | -use |
|
11 | -PH7\Framework\Layout\Html\Design, |
|
12 | -PH7\Framework\Mvc\Model\DbConfig, |
|
13 | -PH7\Framework\Cache\Cache, |
|
14 | -PH7\Framework\Url\Header; |
|
10 | +use PH7\Framework\Layout\Html\Design; |
|
11 | +use PH7\Framework\Mvc\Model\DbConfig; |
|
12 | +use PH7\Framework\Url\Header; |
|
15 | 13 | |
16 | 14 | class MainController extends Controller |
17 | 15 | { |