$user->roles->makeHidden('pivot');
// 或者在 model 中
protect $hidden = ['pivot'];
$user->roles->makeHidden('pivot');
// 或者在 model 中
protect $hidden = ['pivot'];
本文标题:laravel 多对多关联时, 会出现 pivot 字段, 如何
本文链接:https://www.haomeiwen.com/subject/hhegactx.html
网友评论