death_satan/thinkphp-dispatch

v1.0 2021-09-03 09:57 UTC

This package is auto-updated.

Last update: 2024-04-29 05:05:32 UTC


README

新增 Generator ToResponse 接口

控制器返回可以是实现了以上任意一个接口的类成员

安装

composer require death_satan/thinkphp-dispatch --dev

优先级

ToResponse > Generator

常见问题

  • 安装后在控制器中返回继承了接口的类提示错误 (执行composer update)