|
@@ -12,15 +12,13 @@ |
|
|
block discarded – undo |
|
12
|
12
|
|
|
13
|
13
|
use PPI\Framework\Config\ConfigManager; |
|
14
|
14
|
use PPI\Framework\Debug\ExceptionHandler; |
|
15
|
|
-use PPI\Framework\Http\Response; |
|
|
15
|
+use PPI\Framework\Http\Response as HttpResponse; |
|
16
|
16
|
use PPI\Framework\ServiceManager\ServiceManagerBuilder; |
|
17
|
|
-use Psr\Http\Message\ResponseInterface; |
|
18
|
17
|
use Symfony\Component\ClassLoader\DebugClassLoader; |
|
19
|
18
|
use Symfony\Component\Debug\ErrorHandler; |
|
20
|
19
|
use Symfony\Component\HttpKernel\Exception\NotFoundHttpException; |
|
21
|
20
|
use Symfony\Component\Routing\Exception\ResourceNotFoundException; |
|
22
|
21
|
use PPI\Framework\Http\Request as HttpRequest; |
|
23
|
|
-use PPI\Framework\Http\Response as HttpResponse; |
|
24
|
22
|
use Symfony\Component\HttpFoundation\Response as SymfonyResponse; |
|
25
|
23
|
|
|
26
|
24
|
/** |
Please login to merge, or discard this patch.