provider.php 143 B

1234567
  1. <?php
  2. use app\Request;
  3. // 容器Provider定义文件
  4. return [
  5. 'think\exception\Handle' => \app\admin\exception\ExecptionHandle::class,
  6. ];