tp5.0 出现 _after_create错误是什么情况呢?

浏览:359 发布日期:2016/02/03 分类:求助交流 关键字: _after_create 5.0

在文章模型里面引用了自动模型之后就出现这个问题了,求高手帮忙。

代码:
class Article extends \think\Model
{
use \traits\model\Relation;
use \traits\model\Auto;

提示:
Trait method _after_create has not been applied, because there are collisions with other trait methods on app\admin\models\Article
最佳答案
评论( 相关
后面还有条评论,点击查看>>