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