official_website/app/home/provider.php

7 lines
118 B
PHP
Raw Normal View History

2024-12-02 13:57:08 +08:00
<?php
// 容器Provider定义文件
return [
'think\exception\Handle' => \app\home\HomeExceptionHandle::class
];