We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acf381f commit 0c16dceCopy full SHA for 0c16dce
1 file changed
src/Whoops.php
@@ -47,9 +47,6 @@ public function handleException($exception)
47
'Host' => Request::host(),
48
]);
49
50
- // 环境变量
51
- $_ENV = Env::get();
52
-
53
// 从异常堆栈跟踪中打开代码编辑器
54
if ($this->options['editor']) {
55
$handler->setEditor($this->options['editor']);
0 commit comments