provider.php 670 B

123456789101112131415
  1. <?php
  2. /*
  3. * +----------------------------------------------------------------------+
  4. * | xiegeng admin system |
  5. * +----------------------------------------------------------------------+
  6. * | Administrator-13:39-2022-PhpStorm
  7. * +----------------------------------------------------------------------+
  8. * | Author: xiegeng <957723538@qq.com> |
  9. * | FILENAME: provider.php |
  10. * +----------------------------------------------------------------------+
  11. */
  12. return [
  13. think\exception\Handle::class=>\app\ExceptionHandle::class,
  14. ];