belongsTo('FluentCommunity\App\Models\User', 'user_id'); } public function space_pivot() { return $this->belongsTo(SpaceUserPivot::class, 'user_id', 'user_id')->withoutGlobalScopes(); } public function xprofile() { return $this->belongsTo('FluentCommunity\App\Models\XProfile', 'user_id', 'user_id'); } }