This commit is contained in:
2021-09-29 16:01:36 +08:00
parent 666e529b6e
commit 170cd1455f
+3
View File
@@ -406,6 +406,9 @@ abstract class ClientAbstracts extends Component implements IClient
*/
public function getData(): StreamInterface
{
if (!$this->_data) {
$this->_data = new Stream();
}
return $this->_data;
}