hasOne(SaasUserOpen::class,"openid","openid"); } public function nick(): HasOne { return $this->hasOne(SystemUser::class,"id","service_id"); } }