@@ -4,7 +4,6 @@ |
||
4 | 4 | |
5 | 5 | use Nip\Controllers\Controller; |
6 | 6 | use Nip\Dispatcher\Exceptions\InvalidCommandException; |
7 | -use Psr\Http\Message\RequestInterface; |
|
8 | 7 | use Psr\Http\Message\ResponseInterface; |
9 | 8 | |
10 | 9 | /** |
@@ -5,10 +5,6 @@ |
||
5 | 5 | use Nip\Dispatcher\Dispatcher; |
6 | 6 | use Nip\Dispatcher\Commands\Command; |
7 | 7 | use Nip\Dispatcher\Exceptions\InvalidCommandException; |
8 | - |
|
9 | -use League\Pipeline\PipelineInterface; |
|
10 | -use Nip\Dispatcher\Resolver\Pipeline\PipelineBuilder; |
|
11 | - |
|
12 | 8 | use Psr\Http\Message\RequestInterface; |
13 | 9 | use Psr\Http\Message\ResponseInterface; |
14 | 10 |