We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7fb659 commit ada8c62Copy full SHA for ada8c62
src/Cookie/ContextCookie.php
@@ -73,7 +73,7 @@ protected function _setRawValue(string $value)
73
*/
74
public function store()
75
{
76
- $this->getContext()->cookies()->store($this->name(), $this->_getRawValue(), $this->ttl());
+ $this->getContext()->cookies()->store($this->name(), $this->_getRawValue() ?? '', $this->ttl());
77
return $this;
78
}
79
0 commit comments