wugg 3 mesiacov pred
rodič
commit
59d6a7bcd3
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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,
 ];