belongsTo('App\Models\User', 'user_id'); } public function server() { return $this->belongsTo('App\Models\Server', 'server_id'); } }