在文章模型里面引用了自动模型之后就出现这个问题了,求高手帮忙。
代码:
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