eee
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user