belongsTo(Player::class); } public function guild() { return $this->belongsTo(Guild::class); } }