7 lines
118 B
PHP
7 lines
118 B
PHP
|
<?php
|
||
|
|
||
|
// 容器Provider定义文件
|
||
|
return [
|
||
|
'think\exception\Handle' => \app\home\HomeExceptionHandle::class
|
||
|
];
|