初始化
This commit is contained in:
10
app/provider.php
Normal file
10
app/provider.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
use app\ExceptionHandle;
|
||||
use app\Request;
|
||||
|
||||
// 容器Provider定义文件
|
||||
return [
|
||||
'think\Request' => Request::class,
|
||||
'think\exception\Handle' => ExceptionHandle::class,
|
||||
];
|
||||
Reference in New Issue
Block a user