This commit is contained in:
2026-04-17 13:56:30 +08:00
parent 83f6dc721a
commit 16b8df159a
+8
View File
@@ -59,6 +59,14 @@ class Message extends Component implements MessageInterface
return $this->headers; return $this->headers;
} }
/**
* @return array
*/
public function getCookieParams(): array
{
return $this->cookieParams;
}
/** /**
* Return an instance with the specified cookies. * Return an instance with the specified cookies.