Skip to content

Commit

Permalink
ResponseWrapper: dont use NetteResponseTrait
Browse files Browse the repository at this point in the history
  • Loading branch information
f3l1x committed Oct 5, 2017
1 parent f914af1 commit 988f549
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/ResponseWrapper.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
namespace Contributte\Psr7;

use Contributte\Psr7\Extra\ExtraResponseTrait;
use Contributte\Psr7\Nette\NetteResponseTrait;
use Psr\Http\Message\ResponseInterface;
use Psr\Http\Message\StreamInterface;

Expand All @@ -13,7 +12,6 @@
class ResponseWrapper implements ResponseInterface
{

use NetteResponseTrait;
use ExtraResponseTrait;

/** @var ResponseInterface */
Expand Down

0 comments on commit 988f549

Please sign in to comment.