eee
This commit is contained in:
+3
-3
@@ -74,9 +74,9 @@ class Response implements ResponseInterface
|
||||
*/
|
||||
public function __construct()
|
||||
{
|
||||
$this->contentType = \config('response.content-type', ContentType::JSON);
|
||||
$this->headers = \config('response.headers', []);
|
||||
$this->emmit = \config('response.emmit', SwooleHttpResponseEmitter::class);
|
||||
$this->contentType = \config('servers.response.content-type', ContentType::JSON);
|
||||
$this->headers = \config('servers.response.headers', []);
|
||||
$this->emmit = \config('servers.response.emmit', SwooleHttpResponseEmitter::class);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user