@@ -4,11 +4,8 @@ |
||
| 4 | 4 | |
| 5 | 5 | use Fol\{App, NotFoundException}; |
| 6 | 6 | use Folk\Entities\EntityInterface; |
| 7 | -use Folk\Entities\SingleEntityInterface; |
|
| 8 | 7 | use Psr\Http\Message\{ServerRequestInterface, ResponseInterface, UriInterface}; |
| 9 | 8 | use Interop\Http\Server\RequestHandlerInterface; |
| 10 | -use Zend\Diactoros\Response; |
|
| 11 | -use Relay\RelayBuilder; |
|
| 12 | 9 | |
| 13 | 10 | /** |
| 14 | 11 | * Main manager. |
@@ -11,13 +11,13 @@ |
||
| 11 | 11 | public function getFactories() |
| 12 | 12 | { |
| 13 | 13 | return [ |
| 14 | - 'builder' => function (App $app): FormatFactory { |
|
| 15 | - return new FormatFactory($app); |
|
| 16 | - } |
|
| 14 | + 'builder' => function (App $app): FormatFactory { |
|
| 15 | + return new FormatFactory($app); |
|
| 16 | + } |
|
| 17 | 17 | ]; |
| 18 | 18 | } |
| 19 | 19 | |
| 20 | 20 | public function getExtensions() { |
| 21 | - return []; |
|
| 21 | + return []; |
|
| 22 | 22 | } |
| 23 | 23 | } |