Skip to content

Commit

Permalink
remove unused file
Browse files Browse the repository at this point in the history
  • Loading branch information
millken committed Dec 16, 2019
1 parent ebadafb commit 22beaeb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 37 deletions.
36 changes: 0 additions & 36 deletions src/Controller/Rest.php

This file was deleted.

2 changes: 1 addition & 1 deletion src/Dispatcher.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public function __construct(iterable $middleware)

public function dispatch(ServerRequestInterface $request): ResponseInterface
{
return $this->handle($request)->withHeader('X-Powered-By', 'YPF/'.Application::VERSION);
return $this->handle($request)->withHeader('X-Powered-By', 'YPF/' . Application::VERSION);
}

public function handle(ServerRequestInterface $request): ResponseInterface
Expand Down

0 comments on commit 22beaeb

Please sign in to comment.