Stevebauman\Location\Drivers\MaxMind::getUserId PHP Метод

getUserId() защищенный Метод

Returns the configured MaxMind web user ID.
protected getUserId ( ) : string
Результат string
    protected function getUserId()
    {
        return config('location.maxmind.web.user_id');
    }