@@ -9,16 +9,15 @@ |
||
9 | 9 | |
10 | 10 | namespace PPI; |
11 | 11 | |
12 | -use |
|
13 | - PPI\Exception\Handler as ExceptionHandler, |
|
14 | - PPI\ServiceManager\ServiceManager, |
|
15 | - PPI\ServiceManager\Config\HttpConfig, |
|
16 | - PPI\ServiceManager\Config\SessionConfig, |
|
17 | - PPI\ServiceManager\Config\ModuleConfig, |
|
18 | - PPI\ServiceManager\Config\RouterConfig, |
|
19 | - PPI\ServiceManager\Config\TemplatingConfig, |
|
20 | - PPI\ServiceManager\Options\AppOptions, |
|
21 | - Symfony\Component\HttpFoundation\Response; |
|
12 | +use PPI\Exception\Handler as ExceptionHandler; |
|
13 | +use PPI\ServiceManager\ServiceManager; |
|
14 | +use PPI\ServiceManager\Config\HttpConfig; |
|
15 | +use PPI\ServiceManager\Config\SessionConfig; |
|
16 | +use PPI\ServiceManager\Config\ModuleConfig; |
|
17 | +use PPI\ServiceManager\Config\RouterConfig; |
|
18 | +use PPI\ServiceManager\Config\TemplatingConfig; |
|
19 | +use PPI\ServiceManager\Options\AppOptions; |
|
20 | +use Symfony\Component\HttpFoundation\Response; |
|
22 | 21 | |
23 | 22 | |
24 | 23 | /** |