From 8bce96acbcf564b15d8f4de8d4b0111d6a092319 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Sun, 16 Apr 2023 14:21:54 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=98=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Constrict/Message.php | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/Constrict/Message.php b/src/Constrict/Message.php index 7209612..8e9d4fb 100644 --- a/src/Constrict/Message.php +++ b/src/Constrict/Message.php @@ -34,6 +34,16 @@ class Message extends Component implements MessageInterface private array $cookieParams = []; + /** + * + */ + public function __construct() + { + parent::__construct(); + + $this->stream = new Stream(); + } + /** * Retrieve cookies.