belongsTo('User', 'user_id', 'id', [], 'LEFT')->setEagerlyType(0); } public function userb() { return $this->belongsTo('User', 'to_user_id', 'id', [], 'LEFT')->setEagerlyType(0); } }