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.