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