tp6验证器不能与控制器同名报错

浏览:510 发布日期:2019/10/28 分类:ThinkPHP6专区 关键字: tp6验证器
use app\backend\validate\Setting;
use think\exception\ValidateException;

class Setting extends baseController{
}

报错:
Cannot declare class app\backend\controller\Setting because the name is already in use
最佳答案
评论( 相关
后面还有条评论,点击查看>>