tinywan/exception-handler 使用了不存在的配置
問題描述
$this->config = array_merge($this->config, config('plugin.tinywan.exception-handler.app.exception_handler', []) ?? []);
但是app.php文件沒有exception_handler這個下標的配置 報錯ErrorException: Undefined array key "status" in 這個是需要自己配置嘛?
1個回答