wugg há 3 meses atrás
pai
commit
59d6a7bcd3
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      app/provider.php

+ 1 - 1
app/provider.php

@@ -5,5 +5,5 @@ use app\Request;
 // 容器Provider定义文件
 return [
     'think\Request'          => Request::class,
-  # 'think\exception\Handle' => \app\common\Error::class,
+     'think\exception\Handle' => \app\common\Error::class,
 ];