belongsTo(User::class); } public function country() { return $this->belongsTo(Country::class); } }