think
think copied to clipboard
\think\Response.php line 158 $this->cookie->save(); 报错 cookie 为null
app 中继承 app\BaseController, 重写 initialize
$response = redirect(url('user/login') -> build());
$response -> send();
报错 Call to a member function save() on null
[0] Error in Response.php line 158
$this->cookie->save();
用法不当