代码功能更新
This commit is contained in:
Executable
+7
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
use app\exception\Http;
|
||||
|
||||
// 容器Provider定义文件
|
||||
return [
|
||||
'think\exception\Handle' => Http::class,
|
||||
];
|
||||
Reference in New Issue
Block a user