wugg 3 달 전
부모
커밋
59d6a7bcd3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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,
 ];