wugg 3 bulan lalu
induk
melakukan
59d6a7bcd3
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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,
 ];