@@ -8,18 +8,18 @@ |
||
8 | 8 | |
9 | 9 | namespace Proton; |
10 | 10 | |
11 | +use League\Container\Container; |
|
11 | 12 | use League\Container\ContainerAwareInterface; |
12 | 13 | use League\Container\ContainerAwareTrait; |
13 | 14 | use League\Container\ContainerInterface; |
14 | 15 | use League\Event\EmitterTrait; |
15 | 16 | use League\Event\ListenerAcceptorInterface; |
16 | -use Symfony\Component\HttpKernel\HttpKernelInterface; |
|
17 | -use Symfony\Component\HttpKernel\TerminableInterface; |
|
18 | -use League\Container\Container; |
|
19 | 17 | use League\Route\RouteCollection; |
20 | 18 | use Monolog\Logger; |
21 | 19 | use Symfony\Component\HttpFoundation\Request; |
22 | 20 | use Symfony\Component\HttpFoundation\Response; |
21 | +use Symfony\Component\HttpKernel\HttpKernelInterface; |
|
22 | +use Symfony\Component\HttpKernel\TerminableInterface; |
|
23 | 23 | |
24 | 24 | /** |
25 | 25 | * Proton Application Class. |
@@ -7,7 +7,6 @@ |
||
7 | 7 | use League\Route\Http\Exception\NotFoundException; |
8 | 8 | use League\Route\RouteCollection; |
9 | 9 | use Monolog\Logger; |
10 | -use Proton; |
|
11 | 10 | use Proton\Application; |
12 | 11 | use Symfony\Component\HttpFoundation\Request; |
13 | 12 | use Symfony\Component\HttpFoundation\Response; |