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