标签: php laravel eloquent
我有一个User模型,并且设置了$with属性。
User
$with
问题是,如果我执行$post->user->name之类的操作,则会从$with模型触发User。
$post->user->name
此行为很容易超出比例。有办法吗?