Destiny\Player::gUrl PHP Method

gUrl() protected method

protected gUrl ( )
    protected function gUrl()
    {
        return route('account', ['platform' => $this->platform, 'player' => $this->displayName]);
    }