Added missing tap()
This commit is contained in:
parent
ca8fb5355b
commit
0902d43244
|
|
@ -132,9 +132,7 @@ abstract class Controller implements HttpServerInterface
|
|||
'error' => $exception->getMessage(),
|
||||
]));
|
||||
|
||||
$connection->send(\GuzzleHttp\Psr7\str($response));
|
||||
|
||||
$connection->close();
|
||||
tap($connection)->send(\GuzzleHttp\Psr7\str($response))->close();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue