belongsTo('Admin', 'admin_id', 'id', [], 'LEFT')->setEagerlyType(0); } public function kefuuser() { return $this->belongsTo('KeFuUser', 'user_id', 'id', [], 'LEFT')->setEagerlyType(0); } }