@@ -3,9 +3,9 @@ |
||
3 | 3 | namespace Nymfonya\Component\Http; |
4 | 4 | |
5 | 5 | use Nymfonya\Component\Http\Headers; |
6 | +use Nymfonya\Component\Http\Interfaces\KernelEventsInterface; |
|
6 | 7 | use Nymfonya\Component\Http\Interfaces\KernelInterface; |
7 | 8 | use Nymfonya\Component\Http\Response; |
8 | -use Nymfonya\Component\Http\Interfaces\KernelEventsInterface; |
|
9 | 9 | use Nymfonya\Component\Pubsub\Dispatcher; |
10 | 10 | use Nymfonya\Component\Pubsub\Event; |
11 | 11 |
@@ -7,12 +7,12 @@ |
||
7 | 7 | use Monolog\Logger; |
8 | 8 | use Nymfonya\Component\Config; |
9 | 9 | use Nymfonya\Component\Container; |
10 | -use Nymfonya\Component\Pubsub\Dispatcher; |
|
11 | 10 | use Nymfonya\Component\Http\Kernel; |
12 | 11 | use Nymfonya\Component\Http\Middleware; |
13 | 12 | use Nymfonya\Component\Http\Request; |
14 | 13 | use Nymfonya\Component\Http\Response; |
15 | 14 | use Nymfonya\Component\Http\Router; |
15 | +use Nymfonya\Component\Pubsub\Dispatcher; |
|
16 | 16 | use ReflectionClass; |
17 | 17 | |
18 | 18 | trait TKernel |