Skip to content

Commit 0c16dce

Browse files
authored
移除 env
1 parent acf381f commit 0c16dce

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/Whoops.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,6 @@ public function handleException($exception)
4747
'Host' => Request::host(),
4848
]);
4949

50-
// 环境变量
51-
$_ENV = Env::get();
52-
5350
// 从异常堆栈跟踪中打开代码编辑器
5451
if ($this->options['editor']) {
5552
$handler->setEditor($this->options['editor']);

0 commit comments

Comments
 (0)