123456789101112131415 |
- <?php
- /*
- * +----------------------------------------------------------------------+
- * | xiegeng admin system |
- * +----------------------------------------------------------------------+
- * | Administrator-13:39-2022-PhpStorm
- * +----------------------------------------------------------------------+
- * | Author: xiegeng <957723538@qq.com> |
- * | FILENAME: provider.php |
- * +----------------------------------------------------------------------+
- */
- return [
- think\exception\Handle::class=>\app\ExceptionHandle::class,
- ];
|