diff --git a/Server/HTTPServerListener.php b/Server/HTTPServerListener.php index 6ef3f0c8..3aea8ca6 100644 --- a/Server/HTTPServerListener.php +++ b/Server/HTTPServerListener.php @@ -40,7 +40,7 @@ class HTTPServerListener extends Abstracts\Server public function __construct() { $this->router = Snowflake::getApp('router'); - $this->response = Snowflake::getApp('response'); + $this->response = di(\HttpServer\Http\Response::class); parent::__construct(); }